Html Css Color HEX #37DCB0 Shamrock

📋 copy color: '#37DCB0'

red 55 ◦ green 220 ◦ blue 176

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

Shades of Shamrock #37DCB0

Tints of Shamrock #37DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.02%

R = 12.2%
G = 48.78%
B = 39.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#37DCB0 (or 0x37DCB0) is known color: Shamrock. HEX triplet: 37, DC and B0. RGB value is (55,220,176). Sum of RGB (Red+Green+Blue) = 55+220+176=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DCB0 is #C8234F. Grayscale: #A5A5A5. Windows color (decimal): -13116240 or 11590711. OLE color: 11590711.

HSL color Cylindrical-coordinate representation of color #37DCB0: hue angle of 164º 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 #37DCB0 is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 176 -
CMYK 0.75 0 0.2 0.14
HSL 164º 0.7% 0.54% -
HSV(B) 164º 0.75% 0.86% -
XYZ 35.01 55.13 49.87 -
YUV 165.65 133.84 49.08 -
System Red Green Blue C M Y K H S L
Decimal 55 220 176 0.75 0 0.2 0.14 164 0.7 0.54
Hex 37 DC B0 4B 0 14 E A4 46 36
Octal 67 334 260 113 0 24 16 244 106 66
Binary 110111 11011100 10110000 1001011 0 10100 1110 10100100 1000110 110110

Color Harmonies of #37DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCB0

Black with #37DCB0

Text Example


Text Example

White with #37DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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