Html Css Color HEX #37BA96 Shamrock

📋 copy color: '#37BA96'

red 55 ◦ green 186 ◦ blue 150

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

Shades of Shamrock #37BA96

Tints of Shamrock #37BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 14.07%
G = 47.57%
B = 38.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#37BA96 (or 0x37BA96) is known color: Shamrock. HEX triplet: 37, BA and 96. RGB value is (55,186,150). Sum of RGB (Red+Green+Blue) = 55+186+150=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BA96 is #C84569. Grayscale: #8E8E8E. Windows color (decimal): -13124970 or 9878071. OLE color: 9878071.

HSL color Cylindrical-coordinate representation of color #37BA96: hue angle of 163.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BA96 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 186 150 -
CMYK 0.70 0 0.19 0.27
HSL 163.51º 0.54% 0.47% -
HSV(B) 163.51º 0.7% 0.73% -
XYZ 24.64 38.13 34.92 -
YUV 142.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 55 186 150 0.70 0 0.19 0.27 163.51 0.54 0.47
Hex 37 BA 96 46 0 13 1B A4 36 2F
Octal 67 272 226 106 0 23 33 244 66 57
Binary 110111 10111010 10010110 1000110 0 10011 11011 10100100 110110 101111

Color Harmonies of #37BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BA96

Black with #37BA96

Text Example


Text Example

White with #37BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,186,150); }

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

background-color css

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

 a { background-color: rgb(55,186,150); }

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

border-color css

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

 span { border-color: rgb(55,186,150); }

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