Html Css Color HEX #37D0AA Shamrock

📋 copy color: '#37D0AA'

red 55 ◦ green 208 ◦ blue 170

#37D0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #37D0AA

Tints of Shamrock #37D0AA

RGB

 RED value IS 55 (21.88% from 255) = 12.7%

 GREEN value IS 208 (81.64% from 255) = 48.04%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 12.7%
G = 48.04%
B = 39.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#37D0AA (or 0x37D0AA) is known color: Shamrock. HEX triplet: 37, D0 and AA. RGB value is (55,208,170). Sum of RGB (Red+Green+Blue) = 55+208+170=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #37D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D0AA is #C82F55. Grayscale: #9D9D9D. Windows color (decimal): -13119318 or 11194423. OLE color: 11194423.

HSL color Cylindrical-coordinate representation of color #37D0AA: hue angle of 165.1º 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 #37D0AA is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 208 170 -
CMYK 0.74 0 0.18 0.18
HSL 165.1º 0.62% 0.52% -
HSV(B) 165.1º 0.74% 0.82% -
XYZ 31.39 48.83 45.8 -
YUV 157.92 134.81 54.59 -
System Red Green Blue C M Y K H S L
Decimal 55 208 170 0.74 0 0.18 0.18 165.1 0.62 0.52
Hex 37 D0 AA 4A 0 12 12 A5 3E 34
Octal 67 320 252 112 0 22 22 245 76 64
Binary 110111 11010000 10101010 1001010 0 10010 10010 10100101 111110 110100

Color Harmonies of #37D0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D0AA

Black with #37D0AA

Text Example


Text Example

White with #37D0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37D0AA;
 }
 .AnyTagClassName
 {
   color: #37D0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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