Html Css Color HEX #55C086 Emerald

📋 copy color: '#55C086'

red 85 ◦ green 192 ◦ blue 134

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

Shades of Emerald #55C086

Tints of Emerald #55C086

RGB

 RED value IS 85 (33.59% from 255) = 20.68%

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 20.68%
G = 46.72%
B = 32.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#55C086 (or 0x55C086) is known color: Emerald. HEX triplet: 55, C0 and 86. RGB value is (85,192,134). Sum of RGB (Red+Green+Blue) = 85+192+134=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #55C086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C086 is #AA3F79. Grayscale: #999999. Windows color (decimal): -11157370 or 8831061. OLE color: 8831061.

HSL color Cylindrical-coordinate representation of color #55C086: hue angle of 147.48º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C086 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 134 -
CMYK 0.56 0 0.30 0.25
HSL 147.48º 0.46% 0.54% -
HSV(B) 147.48º 0.56% 0.75% -
XYZ 26.9 41.35 29.12 -
YUV 153.4 117.05 79.22 -
System Red Green Blue C M Y K H S L
Decimal 85 192 134 0.56 0 0.30 0.25 147.48 0.46 0.54
Hex 55 C0 86 38 0 1E 19 93 2E 36
Octal 125 300 206 70 0 36 31 223 56 66
Binary 1010101 11000000 10000110 111000 0 11110 11001 10010011 101110 110110

Color Harmonies of #55C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C086

Black with #55C086

Text Example


Text Example

White with #55C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C086; }

 p { color: rgb(85,192,134); }

 H1.HeaderClassName
 {
   color: #55C086;
 }
 .AnyTagClassName
 {
   color: #55C086;
 }
</style>

background-color css

<style>
 a { background-color: #55C086; }

 a { background-color: rgb(85,192,134); }

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

border-color css

<style>
 span { border-color: #55C086; }

 span { border-color: rgb(85,192,134); }

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