Html Css Color HEX #52D8AB Medium Aquamarine

📋 copy color: '#52D8AB'

red 82 ◦ green 216 ◦ blue 171

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

Shades of Medium Aquamarine #52D8AB

Tints of Medium Aquamarine #52D8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.06%

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

R = 17.48%
G = 46.06%
B = 36.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#52D8AB (or 0x52D8AB) is known color: Medium Aquamarine. HEX triplet: 52, D8 and AB. RGB value is (82,216,171). Sum of RGB (Red+Green+Blue) = 82+216+171=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8AB is #AD2754. Grayscale: #AAAAAA. Windows color (decimal): -11347797 or 11262034. OLE color: 11262034.

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

Color convert

RGB 82 216 171 -
CMYK 0.62 0 0.21 0.15
HSL 159.85º 0.63% 0.58% -
HSV(B) 159.85º 0.62% 0.85% -
XYZ 35.39 53.85 47.06 -
YUV 170.8 128.11 64.66 -
System Red Green Blue C M Y K H S L
Decimal 82 216 171 0.62 0 0.21 0.15 159.85 0.63 0.58
Hex 52 D8 AB 3E 0 15 F A0 3F 3A
Octal 122 330 253 76 0 25 17 240 77 72
Binary 1010010 11011000 10101011 111110 0 10101 1111 10100000 111111 111010

Color Harmonies of #52D8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8AB

Black with #52D8AB

Text Example


Text Example

White with #52D8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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