Html Css Color HEX #37CCA8 Shamrock

📋 copy color: '#37CCA8'

red 55 ◦ green 204 ◦ blue 168

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

Shades of Shamrock #37CCA8

Tints of Shamrock #37CCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.78%

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 12.88%
G = 47.78%
B = 39.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#37CCA8 (or 0x37CCA8) is known color: Shamrock. HEX triplet: 37, CC and A8. RGB value is (55,204,168). Sum of RGB (Red+Green+Blue) = 55+204+168=427 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.88% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CCA8 is #C83357. Grayscale: #9B9B9B. Windows color (decimal): -13120344 or 11062327. OLE color: 11062327.

HSL color Cylindrical-coordinate representation of color #37CCA8: hue angle of 165.5º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCA8 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 204 168 -
CMYK 0.73 0 0.18 0.2
HSL 165.5º 0.59% 0.51% -
HSV(B) 165.5º 0.73% 0.8% -
XYZ 30.24 46.83 44.49 -
YUV 155.35 135.14 56.43 -
System Red Green Blue C M Y K H S L
Decimal 55 204 168 0.73 0 0.18 0.2 165.5 0.59 0.51
Hex 37 CC A8 49 0 12 14 A6 3B 33
Octal 67 314 250 111 0 22 24 246 73 63
Binary 110111 11001100 10101000 1001001 0 10010 10100 10100110 111011 110011

Color Harmonies of #37CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCA8

Black with #37CCA8

Text Example


Text Example

White with #37CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,204,168); }

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

background-color css

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

 a { background-color: rgb(55,204,168); }

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

border-color css

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

 span { border-color: rgb(55,204,168); }

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