Html Css Color HEX #37DCAA Shamrock

📋 copy color: '#37DCAA'

red 55 ◦ green 220 ◦ blue 170

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

Shades of Shamrock #37DCAA

Tints of Shamrock #37DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.44%

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

R = 12.36%
G = 49.44%
B = 38.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#37DCAA (or 0x37DCAA) is known color: Shamrock. HEX triplet: 37, DC and AA. RGB value is (55,220,170). Sum of RGB (Red+Green+Blue) = 55+220+170=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DCAA is #C82355. Grayscale: #A4A4A4. Windows color (decimal): -13116246 or 11197495. OLE color: 11197495.

HSL color Cylindrical-coordinate representation of color #37DCAA: hue angle of 161.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCAA is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 170 -
CMYK 0.75 0 0.23 0.14
HSL 161.82º 0.7% 0.54% -
HSV(B) 161.82º 0.75% 0.86% -
XYZ 34.42 54.9 46.81 -
YUV 164.97 130.84 49.57 -
System Red Green Blue C M Y K H S L
Decimal 55 220 170 0.75 0 0.23 0.14 161.82 0.7 0.54
Hex 37 DC AA 4B 0 17 E A2 46 36
Octal 67 334 252 113 0 27 16 242 106 66
Binary 110111 11011100 10101010 1001011 0 10111 1110 10100010 1000110 110110

Color Harmonies of #37DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCAA

Black with #37DCAA

Text Example


Text Example

White with #37DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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