#37CA8A

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

Shades of Shamrock #37CA8A

Tints of Shamrock #37CA8A

Color information

#37CA8A (or 0x37CA8A) is unknown color: approx Shamrock. HEX triplet: 37, CA and 8A. RGB value is (55,202,138). Sum of RGB (Red+Green+Blue) = 55+202+138=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CA8A is #C83575. Grayscale: #969696. Windows color (decimal): -13120886 or 9095735. OLE color: 9095735.

HSL color Cylindrical-coordinate representation of color #37CA8A: hue angle of 153.88º 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 #37CA8A is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB55202138-
CMYK0.7300.320.21
HSL153.88º58.1%50.39%-
HSV(B)153.88º72.77%79.22%-
XYZ27.2844.8931.27-
YUV150.75120.859.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=13.92%
G=51.14%
B=34.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal552021380.7300.320.21153.8858.150.39
Hex37CA8A49020159a3a32
Octal67312212111040252327262
Binary1101111100101010001010100100101000001010110011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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