Html Css Color HEX #37BCA0 Shamrock

📋 copy color: '#37BCA0'

red 55 ◦ green 188 ◦ blue 160

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

Shades of Shamrock #37BCA0

Tints of Shamrock #37BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 13.65%
G = 46.65%
B = 39.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#37BCA0 (or 0x37BCA0) is known color: Shamrock. HEX triplet: 37, BC and A0. RGB value is (55,188,160). Sum of RGB (Red+Green+Blue) = 55+188+160=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCA0 is #C8435F. Grayscale: #919191. Windows color (decimal): -13124448 or 10533943. OLE color: 10533943.

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

Color convert

RGB 55 188 160 -
CMYK 0.71 0 0.15 0.26
HSL 167.37º 0.55% 0.48% -
HSV(B) 167.37º 0.71% 0.74% -
XYZ 25.9 39.32 39.48 -
YUV 145.04 136.44 63.78 -
System Red Green Blue C M Y K H S L
Decimal 55 188 160 0.71 0 0.15 0.26 167.37 0.55 0.48
Hex 37 BC A0 47 0 F 1A A7 37 30
Octal 67 274 240 107 0 17 32 247 67 60
Binary 110111 10111100 10100000 1000111 0 1111 11010 10100111 110111 110000

Color Harmonies of #37BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BCA0

Black with #37BCA0

Text Example


Text Example

White with #37BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,188,160); }

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

background-color css

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

 a { background-color: rgb(55,188,160); }

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

border-color css

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

 span { border-color: rgb(55,188,160); }

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