#37C1A8

Color #37C1A8 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #37C1A8

Tints of Shamrock #37C1A8

Color information

#37C1A8 (or 0x37C1A8) is unknown color: approx Shamrock. HEX triplet: 37, C1 and A8. RGB value is (55,193,168). Sum of RGB (Red+Green+Blue) = 55+193+168=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #37C1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C1A8 is #C83E57. Grayscale: #949494. Windows color (decimal): -13123160 or 11059511. OLE color: 11059511.

HSL color Cylindrical-coordinate representation of color #37C1A8: hue angle of 169.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C1A8 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB55193168-
CMYK0.7200.130.24
HSL169.13º55.65%48.63%-
HSV(B)169.13º71.5%75.69%-
XYZ27.7141.7843.65-
YUV148.89138.7861.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.22%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=13.22%
G=46.39%
B=40.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551931680.7200.130.24169.1355.6548.63
Hex37C1A8480D18a93831
Octal67301250110015302517061
Binary11011111000001101010001001000011011100010101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37C1A8; }

 p { color: rgb(55,193,168); }

 H1.HeaderClassName
 {
   color: #37C1A8;
 }
 .AnyTagClassName
 {
   color: #37C1A8;
 }
</style>
background-color css

<style>
 a { background-color: #37C1A8; }

 a { background-color: rgb(55,193,168); }

 div.DivClassName
 {
   background-color: #37C1A8;
 }
 .BgClassName
 {
   background-color: #37C1A8;
 }
</style>
border-color css

<style>
 span { border-color: #37C1A8; }

 span { border-color: rgb(55,193,168); }

 td.TdClassName
 {
   border-color: #37C1A8;
 }
 .TagClassName
 {
   border-color: #37C1A8;
 }
</style>