Html Css Color HEX #37BC8C Shamrock

📋 copy color: '#37BC8C'

red 55 ◦ green 188 ◦ blue 140

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

Shades of Shamrock #37BC8C

Tints of Shamrock #37BC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 14.36%
G = 49.09%
B = 36.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#37BC8C (or 0x37BC8C) is known color: Shamrock. HEX triplet: 37, BC and 8C. RGB value is (55,188,140). Sum of RGB (Red+Green+Blue) = 55+188+140=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BC8C is #C84373. Grayscale: #8E8E8E. Windows color (decimal): -13124468 or 9223223. OLE color: 9223223.

HSL color Cylindrical-coordinate representation of color #37BC8C: hue angle of 158.35º 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 #37BC8C is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 188 140 -
CMYK 0.71 0 0.26 0.26
HSL 158.35º 0.55% 0.48% -
HSV(B) 158.35º 0.71% 0.74% -
XYZ 24.29 38.67 31 -
YUV 142.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 55 188 140 0.71 0 0.26 0.26 158.35 0.55 0.48
Hex 37 BC 8C 47 0 1A 1A 9E 37 30
Octal 67 274 214 107 0 32 32 236 67 60
Binary 110111 10111100 10001100 1000111 0 11010 11010 10011110 110111 110000

Color Harmonies of #37BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BC8C

Black with #37BC8C

Text Example


Text Example

White with #37BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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