#37BB8F

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

Shades of Shamrock #37BB8F

Tints of Shamrock #37BB8F

Color information

#37BB8F (or 0x37BB8F) is unknown color: approx Shamrock. HEX triplet: 37, BB and 8F. RGB value is (55,187,143). Sum of RGB (Red+Green+Blue) = 55+187+143=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #37BB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BB8F is #C84470. Grayscale: #8E8E8E. Windows color (decimal): -13124721 or 9419575. OLE color: 9419575.

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

Color convert

RGB55187143-
CMYK0.7100.240.27
HSL160º54.55%47.45%-
HSV(B)160º70.59%73.33%-
XYZ24.338.3432.11-
YUV142.52128.2765.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=14.29%
G=48.57%
B=37.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551871430.7100.240.2716054.5547.45
Hex37BB8F470181Ba0372f
Octal67273217107030332406757
Binary110111101110111000111110001110110001101110100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,187,143); }

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

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

 a { background-color: rgb(55,187,143); }

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

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

 span { border-color: rgb(55,187,143); }

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