#37D0AC

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

Shades of Shamrock #37D0AC

Tints of Shamrock #37D0AC

Color information

#37D0AC (or 0x37D0AC) is unknown color: approx Shamrock. HEX triplet: 37, D0 and AC. RGB value is (55,208,172). Sum of RGB (Red+Green+Blue) = 55+208+172=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #37D0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D0AC is #C82F53. Grayscale: #9E9E9E. Windows color (decimal): -13119316 or 11325495. OLE color: 11325495.

HSL color Cylindrical-coordinate representation of color #37D0AC: hue angle of 165.88º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D0AC is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB55208172-
CMYK0.7400.170.18
HSL165.88º61.94%51.57%-
HSV(B)165.88º73.56%81.57%-
XYZ31.5848.946.8-
YUV158.15135.8154.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.64%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=12.64%
G=47.82%
B=39.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552081720.7400.170.18165.8861.9451.57
Hex37D0AC4A01112a63e34
Octal67320254112021222467664
Binary110111110100001010110010010100100011001010100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,208,172); }

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

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

 a { background-color: rgb(55,208,172); }

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

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

 span { border-color: rgb(55,208,172); }

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