Html Css Color HEX #52DA8C Emerald

📋 copy color: '#52DA8C'

red 82 ◦ green 218 ◦ blue 140

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

Shades of Emerald #52DA8C

Tints of Emerald #52DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 18.64%
G = 49.55%
B = 31.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#52DA8C (or 0x52DA8C) is known color: Emerald. HEX triplet: 52, DA and 8C. RGB value is (82,218,140). Sum of RGB (Red+Green+Blue) = 82+218+140=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA8C is #AD2573. Grayscale: #A8A8A8. Windows color (decimal): -11347316 or 9230930. OLE color: 9230930.

HSL color Cylindrical-coordinate representation of color #52DA8C: hue angle of 145.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA8C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 140 -
CMYK 0.62 0 0.36 0.15
HSL 145.59º 0.65% 0.59% -
HSV(B) 145.59º 0.62% 0.85% -
XYZ 33.28 53.83 33.45 -
YUV 168.44 111.94 66.34 -
System Red Green Blue C M Y K H S L
Decimal 82 218 140 0.62 0 0.36 0.15 145.59 0.65 0.59
Hex 52 DA 8C 3E 0 24 F 92 41 3B
Octal 122 332 214 76 0 44 17 222 101 73
Binary 1010010 11011010 10001100 111110 0 100100 1111 10010010 1000001 111011

Color Harmonies of #52DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA8C

Black with #52DA8C

Text Example


Text Example

White with #52DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,218,140); }

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

background-color css

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

 a { background-color: rgb(82,218,140); }

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

border-color css

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

 span { border-color: rgb(82,218,140); }

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