Html Css Color HEX #52C889 Emerald

📋 copy color: '#52C889'

red 82 ◦ green 200 ◦ blue 137

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

Shades of Emerald #52C889

Tints of Emerald #52C889

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 19.57%
G = 47.73%
B = 32.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#52C889 (or 0x52C889) is known color: Emerald. HEX triplet: 52, C8 and 89. RGB value is (82,200,137). Sum of RGB (Red+Green+Blue) = 82+200+137=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #52C889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C889 is #AD3776. Grayscale: #9D9D9D. Windows color (decimal): -11351927 or 9029714. OLE color: 9029714.

HSL color Cylindrical-coordinate representation of color #52C889: hue angle of 147.97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C889 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 137 -
CMYK 0.59 0 0.32 0.22
HSL 147.97º 0.52% 0.55% -
HSV(B) 147.97º 0.59% 0.78% -
XYZ 28.65 44.91 30.83 -
YUV 157.54 116.41 74.12 -
System Red Green Blue C M Y K H S L
Decimal 82 200 137 0.59 0 0.32 0.22 147.97 0.52 0.55
Hex 52 C8 89 3B 0 20 16 94 34 37
Octal 122 310 211 73 0 40 26 224 64 67
Binary 1010010 11001000 10001001 111011 0 100000 10110 10010100 110100 110111

Color Harmonies of #52C889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C889

Black with #52C889

Text Example


Text Example

White with #52C889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,137); }

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

background-color css

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

 a { background-color: rgb(82,200,137); }

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

border-color css

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

 span { border-color: rgb(82,200,137); }

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