#37C8AA

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

Shades of Shamrock #37C8AA

Tints of Shamrock #37C8AA

Color information

#37C8AA (or 0x37C8AA) is unknown color: approx Shamrock. HEX triplet: 37, C8 and AA. RGB value is (55,200,170). Sum of RGB (Red+Green+Blue) = 55+200+170=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #37C8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C8AA is #C83755. Grayscale: #999999. Windows color (decimal): -13121366 or 11192375. OLE color: 11192375.

HSL color Cylindrical-coordinate representation of color #37C8AA: hue angle of 167.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C8AA is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB55200170-
CMYK0.7200.150.22
HSL167.59º56.86%50%-
HSV(B)167.59º72.5%78.43%-
XYZ29.4945.0245.17-
YUV153.22137.4657.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.94%
GREEN value IS 200 (78.52% from 255) = 47.06%
BLUE value IS 170 (66.80% from 255) = 40%
R=12.94%
G=47.06%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal552001700.7200.150.22167.5956.8650
Hex37C8AA480F16a83932
Octal67310252110017262507162
Binary11011111001000101010101001000011111011010101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,200,170); }

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

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

 a { background-color: rgb(55,200,170); }

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

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

 span { border-color: rgb(55,200,170); }

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