Html Css Color HEX #37C0AA Shamrock

📋 copy color: '#37C0AA'

red 55 ◦ green 192 ◦ blue 170

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

Shades of Shamrock #37C0AA

Tints of Shamrock #37C0AA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 13.19%
G = 46.04%
B = 40.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#37C0AA (or 0x37C0AA) is known color: Shamrock. HEX triplet: 37, C0 and AA. RGB value is (55,192,170). Sum of RGB (Red+Green+Blue) = 55+192+170=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #37C0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C0AA is #C83F55. Grayscale: #949494. Windows color (decimal): -13123414 or 11190327. OLE color: 11190327.

HSL color Cylindrical-coordinate representation of color #37C0AA: hue angle of 170.36º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37C0AA is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 192 170 -
CMYK 0.71 0 0.11 0.25
HSL 170.37º 0.55% 0.48% -
HSV(B) 170.37º 0.71% 0.75% -
XYZ 27.68 41.41 44.56 -
YUV 148.53 140.11 61.29 -
System Red Green Blue C M Y K H S L
Decimal 55 192 170 0.71 0 0.11 0.25 170.37 0.55 0.48
Hex 37 C0 AA 47 0 B 19 AA 37 30
Octal 67 300 252 107 0 13 31 252 67 60
Binary 110111 11000000 10101010 1000111 0 1011 11001 10101010 110111 110000

Color Harmonies of #37C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C0AA

Black with #37C0AA

Text Example


Text Example

White with #37C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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