Html Css Color HEX #52DDAB Medium Aquamarine

📋 copy color: '#52DDAB'

red 82 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #52DDAB

Tints of Medium Aquamarine #52DDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 17.3%
G = 46.62%
B = 36.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#52DDAB (or 0x52DDAB) is known color: Medium Aquamarine. HEX triplet: 52, DD and AB. RGB value is (82,221,171). Sum of RGB (Red+Green+Blue) = 82+221+171=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DDAB is #AD2254. Grayscale: #ADADAD. Windows color (decimal): -11346517 or 11263314. OLE color: 11263314.

HSL color Cylindrical-coordinate representation of color #52DDAB: hue angle of 158.42º 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 #52DDAB is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 171 -
CMYK 0.63 0 0.23 0.13
HSL 158.42º 0.67% 0.59% -
HSV(B) 158.42º 0.63% 0.87% -
XYZ 36.69 56.45 47.49 -
YUV 173.74 126.45 62.57 -
System Red Green Blue C M Y K H S L
Decimal 82 221 171 0.63 0 0.23 0.13 158.42 0.67 0.59
Hex 52 DD AB 3F 0 17 D 9E 43 3B
Octal 122 335 253 77 0 27 15 236 103 73
Binary 1010010 11011101 10101011 111111 0 10111 1101 10011110 1000011 111011

Color Harmonies of #52DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDAB

Black with #52DDAB

Text Example


Text Example

White with #52DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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