Html Css Color HEX #5BCA86 Emerald

📋 copy color: '#5BCA86'

red 91 ◦ green 202 ◦ blue 134

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

Shades of Emerald #5BCA86

Tints of Emerald #5BCA86

RGB

 RED value IS 91 (35.94% from 255) = 21.31%

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 21.31%
G = 47.31%
B = 31.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#5BCA86 (or 0x5BCA86) is known color: Emerald. HEX triplet: 5B, CA and 86. RGB value is (91,202,134). Sum of RGB (Red+Green+Blue) = 91+202+134=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA86 is #A43579. Grayscale: #A1A1A1. Windows color (decimal): -10761594 or 8833627. OLE color: 8833627.

HSL color Cylindrical-coordinate representation of color #5BCA86: hue angle of 143.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA86 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 134 -
CMYK 0.55 0 0.34 0.21
HSL 143.24º 0.51% 0.57% -
HSV(B) 143.24º 0.55% 0.79% -
XYZ 29.74 46.19 29.9 -
YUV 161.06 112.73 78.03 -
System Red Green Blue C M Y K H S L
Decimal 91 202 134 0.55 0 0.34 0.21 143.24 0.51 0.57
Hex 5B CA 86 37 0 22 15 8F 33 39
Octal 133 312 206 67 0 42 25 217 63 71
Binary 1011011 11001010 10000110 110111 0 100010 10101 10001111 110011 111001

Color Harmonies of #5BCA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCA86

Black with #5BCA86

Text Example


Text Example

White with #5BCA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BCA86; }

 p { color: rgb(91,202,134); }

 H1.HeaderClassName
 {
   color: #5BCA86;
 }
 .AnyTagClassName
 {
   color: #5BCA86;
 }
</style>

background-color css

<style>
 a { background-color: #5BCA86; }

 a { background-color: rgb(91,202,134); }

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

border-color css

<style>
 span { border-color: #5BCA86; }

 span { border-color: rgb(91,202,134); }

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