Html Css Color HEX #52BC86 Emerald

📋 copy color: '#52BC86'

red 82 ◦ green 188 ◦ blue 134

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

Shades of Emerald #52BC86

Tints of Emerald #52BC86

RGB

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

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

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

R = 20.3%
G = 46.53%
B = 33.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#52BC86 (or 0x52BC86) is known color: Emerald. HEX triplet: 52, BC and 86. RGB value is (82,188,134). Sum of RGB (Red+Green+Blue) = 82+188+134=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC86 is #AD4379. Grayscale: #969696. Windows color (decimal): -11355002 or 8830034. OLE color: 8830034.

HSL color Cylindrical-coordinate representation of color #52BC86: hue angle of 149.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC86 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 134 -
CMYK 0.56 0 0.29 0.26
HSL 149.43º 0.44% 0.53% -
HSV(B) 149.43º 0.56% 0.74% -
XYZ 25.77 39.48 28.82 -
YUV 150.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 82 188 134 0.56 0 0.29 0.26 149.43 0.44 0.53
Hex 52 BC 86 38 0 1D 1A 95 2C 35
Octal 122 274 206 70 0 35 32 225 54 65
Binary 1010010 10111100 10000110 111000 0 11101 11010 10010101 101100 110101

Color Harmonies of #52BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC86

Black with #52BC86

Text Example


Text Example

White with #52BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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