Html Css Color HEX #52DDA0 Medium Aquamarine

📋 copy color: '#52DDA0'

red 82 ◦ green 221 ◦ blue 160

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

Shades of Medium Aquamarine #52DDA0

Tints of Medium Aquamarine #52DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 17.71%
G = 47.73%
B = 34.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#52DDA0 (or 0x52DDA0) is known color: Medium Aquamarine. HEX triplet: 52, DD and A0. RGB value is (82,221,160). Sum of RGB (Red+Green+Blue) = 82+221+160=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DDA0 is #AD225F. Grayscale: #ACACAC. Windows color (decimal): -11346528 or 10542418. OLE color: 10542418.

HSL color Cylindrical-coordinate representation of color #52DDA0: hue angle of 153.67º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDA0 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 160 -
CMYK 0.63 0 0.28 0.13
HSL 153.67º 0.67% 0.59% -
HSV(B) 153.67º 0.63% 0.87% -
XYZ 35.68 56.04 42.19 -
YUV 172.49 120.95 63.46 -
System Red Green Blue C M Y K H S L
Decimal 82 221 160 0.63 0 0.28 0.13 153.67 0.67 0.59
Hex 52 DD A0 3F 0 1C D 9A 43 3B
Octal 122 335 240 77 0 34 15 232 103 73
Binary 1010010 11011101 10100000 111111 0 11100 1101 10011010 1000011 111011

Color Harmonies of #52DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDA0

Black with #52DDA0

Text Example


Text Example

White with #52DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,160); }

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

background-color css

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

 a { background-color: rgb(82,221,160); }

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

border-color css

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

 span { border-color: rgb(82,221,160); }

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