Html Css Color HEX #52D8A8 Medium Aquamarine

📋 copy color: '#52D8A8'

red 82 ◦ green 216 ◦ blue 168

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

Shades of Medium Aquamarine #52D8A8

Tints of Medium Aquamarine #52D8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 17.6%
G = 46.35%
B = 36.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#52D8A8 (or 0x52D8A8) is known color: Medium Aquamarine. HEX triplet: 52, D8 and A8. RGB value is (82,216,168). Sum of RGB (Red+Green+Blue) = 82+216+168=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8A8 is #AD2757. Grayscale: #AAAAAA. Windows color (decimal): -11347800 or 11065426. OLE color: 11065426.

HSL color Cylindrical-coordinate representation of color #52D8A8: hue angle of 158.51º 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 #52D8A8 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 168 -
CMYK 0.62 0 0.22 0.15
HSL 158.51º 0.63% 0.58% -
HSV(B) 158.51º 0.62% 0.85% -
XYZ 35.1 53.73 45.57 -
YUV 170.46 126.61 64.9 -
System Red Green Blue C M Y K H S L
Decimal 82 216 168 0.62 0 0.22 0.15 158.51 0.63 0.58
Hex 52 D8 A8 3E 0 16 F 9F 3F 3A
Octal 122 330 250 76 0 26 17 237 77 72
Binary 1010010 11011000 10101000 111110 0 10110 1111 10011111 111111 111010

Color Harmonies of #52D8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8A8

Black with #52D8A8

Text Example


Text Example

White with #52D8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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