#37BC8A

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

Shades of Shamrock #37BC8A

Tints of Shamrock #37BC8A

Color information

#37BC8A (or 0x37BC8A) is unknown color: approx Shamrock. HEX triplet: 37, BC and 8A. RGB value is (55,188,138). Sum of RGB (Red+Green+Blue) = 55+188+138=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BC8A is #C84375. Grayscale: #8E8E8E. Windows color (decimal): -13124470 or 9092151. OLE color: 9092151.

HSL color Cylindrical-coordinate representation of color #37BC8A: hue angle of 157.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BC8A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB55188138-
CMYK0.7100.270.26
HSL157.44º54.73%47.65%-
HSV(B)157.44º70.74%73.73%-
XYZ24.1538.6130.23-
YUV142.53125.4465.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.44%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=14.44%
G=49.34%
B=36.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551881380.7100.270.26157.4454.7347.65
Hex37BC8A4701B1A9d3730
Octal67274212107033322356760
Binary110111101111001000101010001110110111101010011101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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