Html Css Color HEX #37BA95 Shamrock

📋 copy color: '#37BA95'

red 55 ◦ green 186 ◦ blue 149

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

Shades of Shamrock #37BA95

Tints of Shamrock #37BA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 14.1%
G = 47.69%
B = 38.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#37BA95 (or 0x37BA95) is known color: Shamrock. HEX triplet: 37, BA and 95. RGB value is (55,186,149). Sum of RGB (Red+Green+Blue) = 55+186+149=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BA95 is #C8456A. Grayscale: #8E8E8E. Windows color (decimal): -13124971 or 9812535. OLE color: 9812535.

HSL color Cylindrical-coordinate representation of color #37BA95: hue angle of 163.05º 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 #37BA95 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 186 149 -
CMYK 0.70 0 0.20 0.27
HSL 163.05º 0.54% 0.47% -
HSV(B) 163.05º 0.7% 0.73% -
XYZ 24.56 38.1 34.49 -
YUV 142.61 131.6 65.51 -
System Red Green Blue C M Y K H S L
Decimal 55 186 149 0.70 0 0.20 0.27 163.05 0.54 0.47
Hex 37 BA 95 46 0 14 1B A3 36 2F
Octal 67 272 225 106 0 24 33 243 66 57
Binary 110111 10111010 10010101 1000110 0 10100 11011 10100011 110110 101111

Color Harmonies of #37BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BA95

Black with #37BA95

Text Example


Text Example

White with #37BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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