Html Css Color HEX #52CA8A Emerald

📋 copy color: '#52CA8A'

red 82 ◦ green 202 ◦ blue 138

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

Shades of Emerald #52CA8A

Tints of Emerald #52CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

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

R = 19.43%
G = 47.87%
B = 32.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#52CA8A (or 0x52CA8A) is known color: Emerald. HEX triplet: 52, CA and 8A. RGB value is (82,202,138). Sum of RGB (Red+Green+Blue) = 82+202+138=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA8A is #AD3575. Grayscale: #9E9E9E. Windows color (decimal): -11351414 or 9095762. OLE color: 9095762.

HSL color Cylindrical-coordinate representation of color #52CA8A: hue angle of 148º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA8A is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 138 -
CMYK 0.59 0 0.32 0.21
HSL 148º 0.53% 0.56% -
HSV(B) 148º 0.59% 0.79% -
XYZ 29.19 45.87 31.36 -
YUV 158.82 116.24 73.2 -
System Red Green Blue C M Y K H S L
Decimal 82 202 138 0.59 0 0.32 0.21 148 0.53 0.56
Hex 52 CA 8A 3B 0 20 15 94 35 38
Octal 122 312 212 73 0 40 25 224 65 70
Binary 1010010 11001010 10001010 111011 0 100000 10101 10010100 110101 111000

Color Harmonies of #52CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA8A

Black with #52CA8A

Text Example


Text Example

White with #52CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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