Html Css Color HEX #52D0AB Medium Aquamarine

📋 copy color: '#52D0AB'

red 82 ◦ green 208 ◦ blue 171

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

Shades of Medium Aquamarine #52D0AB

Tints of Medium Aquamarine #52D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 17.79%
G = 45.12%
B = 37.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#52D0AB (or 0x52D0AB) is known color: Medium Aquamarine. HEX triplet: 52, D0 and AB. RGB value is (82,208,171). Sum of RGB (Red+Green+Blue) = 82+208+171=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D0AB is #AD2F54. Grayscale: #A6A6A6. Windows color (decimal): -11349845 or 11259986. OLE color: 11259986.

HSL color Cylindrical-coordinate representation of color #52D0AB: hue angle of 162.38º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D0AB is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 171 -
CMYK 0.61 0 0.18 0.18
HSL 162.38º 0.57% 0.57% -
HSV(B) 162.38º 0.61% 0.82% -
XYZ 33.39 49.85 46.39 -
YUV 166.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 82 208 171 0.61 0 0.18 0.18 162.38 0.57 0.57
Hex 52 D0 AB 3D 0 12 12 A2 39 39
Octal 122 320 253 75 0 22 22 242 71 71
Binary 1010010 11010000 10101011 111101 0 10010 10010 10100010 111001 111001

Color Harmonies of #52D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D0AB

Black with #52D0AB

Text Example


Text Example

White with #52D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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