#37DDA4

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

Shades of Shamrock #37DDA4

Tints of Shamrock #37DDA4

Color information

#37DDA4 (or 0x37DDA4) is unknown color: approx Shamrock. HEX triplet: 37, DD and A4. RGB value is (55,221,164). Sum of RGB (Red+Green+Blue) = 55+221+164=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DDA4 is #C8225B. Grayscale: #A4A4A4. Windows color (decimal): -13115996 or 10804535. OLE color: 10804535.

HSL color Cylindrical-coordinate representation of color #37DDA4: hue angle of 159.4º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDA4 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB55221164-
CMYK0.7500.260.13
HSL159.4º70.94%54.12%-
HSV(B)159.4º75.11%86.67%-
XYZ34.1355.2143.98-
YUV164.87127.549.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.5%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=12.5%
G=50.23%
B=37.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal552211640.7500.260.13159.470.9454.12
Hex37DDA44B01AD9f4736
Octal673352441130321523710766
Binary110111110111011010010010010110110101101100111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,221,164); }

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

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

 a { background-color: rgb(55,221,164); }

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

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

 span { border-color: rgb(55,221,164); }

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