Html Css Color HEX #52C58A Emerald

📋 copy color: '#52C58A'

red 82 ◦ green 197 ◦ blue 138

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

Shades of Emerald #52C58A

Tints of Emerald #52C58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 19.66%
G = 47.24%
B = 33.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#52C58A (or 0x52C58A) is known color: Emerald. HEX triplet: 52, C5 and 8A. RGB value is (82,197,138). Sum of RGB (Red+Green+Blue) = 82+197+138=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #52C58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C58A is #AD3A75. Grayscale: #9C9C9C. Windows color (decimal): -11352694 or 9094482. OLE color: 9094482.

HSL color Cylindrical-coordinate representation of color #52C58A: hue angle of 149.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C58A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 138 -
CMYK 0.58 0 0.30 0.23
HSL 149.22º 0.5% 0.55% -
HSV(B) 149.22º 0.58% 0.77% -
XYZ 28.03 43.56 30.98 -
YUV 155.89 117.9 75.3 -
System Red Green Blue C M Y K H S L
Decimal 82 197 138 0.58 0 0.30 0.23 149.22 0.5 0.55
Hex 52 C5 8A 3A 0 1E 17 95 32 37
Octal 122 305 212 72 0 36 27 225 62 67
Binary 1010010 11000101 10001010 111010 0 11110 10111 10010101 110010 110111

Color Harmonies of #52C58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C58A

Black with #52C58A

Text Example


Text Example

White with #52C58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,138); }

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

background-color css

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

 a { background-color: rgb(82,197,138); }

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

border-color css

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

 span { border-color: rgb(82,197,138); }

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