#37CAAE

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

Shades of Shamrock #37CAAE

Tints of Shamrock #37CAAE

Color information

#37CAAE (or 0x37CAAE) is unknown color: approx Shamrock. HEX triplet: 37, CA and AE. RGB value is (55,202,174). Sum of RGB (Red+Green+Blue) = 55+202+174=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CAAE is #C83551. Grayscale: #9A9A9A. Windows color (decimal): -13120850 or 11455031. OLE color: 11455031.

HSL color Cylindrical-coordinate representation of color #37CAAE: hue angle of 168.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAAE is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB55202174-
CMYK0.7300.140.21
HSL168.57º58.1%50.39%-
HSV(B)168.57º72.77%79.22%-
XYZ30.3446.1147.35-
YUV154.86138.856.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.76%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=12.76%
G=46.87%
B=40.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal552021740.7300.140.21168.5758.150.39
Hex37CAAE490E15a93a32
Octal67312256111016252517262
Binary11011111001010101011101001001011101010110101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,202,174); }

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

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

 a { background-color: rgb(55,202,174); }

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

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

 span { border-color: rgb(55,202,174); }

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