Html Css Color HEX #52BD7E Emerald

📋 copy color: '#52BD7E'

red 82 ◦ green 189 ◦ blue 126

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

Shades of Emerald #52BD7E

Tints of Emerald #52BD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.61%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 20.65%
G = 47.61%
B = 31.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#52BD7E (or 0x52BD7E) is known color: Emerald. HEX triplet: 52, BD and 7E. RGB value is (82,189,126). Sum of RGB (Red+Green+Blue) = 82+189+126=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD7E is #AD4281. Grayscale: #959595. Windows color (decimal): -11354754 or 8306002. OLE color: 8306002.

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

Color convert

RGB 82 189 126 -
CMYK 0.57 0 0.33 0.26
HSL 144.67º 0.45% 0.53% -
HSV(B) 144.67º 0.57% 0.74% -
XYZ 25.44 39.7 26.06 -
YUV 149.83 114.55 79.62 -
System Red Green Blue C M Y K H S L
Decimal 82 189 126 0.57 0 0.33 0.26 144.67 0.45 0.53
Hex 52 BD 7E 39 0 21 1A 91 2D 35
Octal 122 275 176 71 0 41 32 221 55 65
Binary 1010010 10111101 1111110 111001 0 100001 11010 10010001 101101 110101

Color Harmonies of #52BD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD7E

Black with #52BD7E

Text Example


Text Example

White with #52BD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,126); }

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

background-color css

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

 a { background-color: rgb(82,189,126); }

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

border-color css

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

 span { border-color: rgb(82,189,126); }

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