Html Css Color HEX #52DBAA Medium Aquamarine

📋 copy color: '#52DBAA'

red 82 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #52DBAA

Tints of Medium Aquamarine #52DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 17.41%
G = 46.5%
B = 36.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#52DBAA (or 0x52DBAA) is known color: Medium Aquamarine. HEX triplet: 52, DB and AA. RGB value is (82,219,170). Sum of RGB (Red+Green+Blue) = 82+219+170=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBAA is #AD2455. Grayscale: #ACACAC. Windows color (decimal): -11347030 or 11197266. OLE color: 11197266.

HSL color Cylindrical-coordinate representation of color #52DBAA: hue angle of 158.54º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBAA is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 170 -
CMYK 0.63 0 0.22 0.14
HSL 158.54º 0.66% 0.59% -
HSV(B) 158.54º 0.63% 0.86% -
XYZ 36.07 55.36 46.81 -
YUV 172.45 126.61 63.48 -
System Red Green Blue C M Y K H S L
Decimal 82 219 170 0.63 0 0.22 0.14 158.54 0.66 0.59
Hex 52 DB AA 3F 0 16 E 9F 42 3B
Octal 122 333 252 77 0 26 16 237 102 73
Binary 1010010 11011011 10101010 111111 0 10110 1110 10011111 1000010 111011

Color Harmonies of #52DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBAA

Black with #52DBAA

Text Example


Text Example

White with #52DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,170); }

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

background-color css

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

 a { background-color: rgb(82,219,170); }

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

border-color css

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

 span { border-color: rgb(82,219,170); }

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