Html Css Color HEX #52CE86 Emerald

📋 copy color: '#52CE86'

red 82 ◦ green 206 ◦ blue 134

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

Shades of Emerald #52CE86

Tints of Emerald #52CE86

RGB

 RED value IS 82 (32.42% from 255) = 19.43%

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 19.43%
G = 48.82%
B = 31.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#52CE86 (or 0x52CE86) is known color: Emerald. HEX triplet: 52, CE and 86. RGB value is (82,206,134). Sum of RGB (Red+Green+Blue) = 82+206+134=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE86 is #AD3179. Grayscale: #A0A0A0. Windows color (decimal): -11350394 or 8834642. OLE color: 8834642.

HSL color Cylindrical-coordinate representation of color #52CE86: hue angle of 145.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE86 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 134 -
CMYK 0.60 0 0.35 0.19
HSL 145.16º 0.56% 0.56% -
HSV(B) 145.16º 0.6% 0.81% -
XYZ 29.85 47.66 30.18 -
YUV 160.72 112.92 71.85 -
System Red Green Blue C M Y K H S L
Decimal 82 206 134 0.60 0 0.35 0.19 145.16 0.56 0.56
Hex 52 CE 86 3C 0 23 13 91 38 38
Octal 122 316 206 74 0 43 23 221 70 70
Binary 1010010 11001110 10000110 111100 0 100011 10011 10010001 111000 111000

Color Harmonies of #52CE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE86

Black with #52CE86

Text Example


Text Example

White with #52CE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52CE86; }

 p { color: rgb(82,206,134); }

 H1.HeaderClassName
 {
   color: #52CE86;
 }
 .AnyTagClassName
 {
   color: #52CE86;
 }
</style>

background-color css

<style>
 a { background-color: #52CE86; }

 a { background-color: rgb(82,206,134); }

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

border-color css

<style>
 span { border-color: #52CE86; }

 span { border-color: rgb(82,206,134); }

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