Html Css Color HEX #52D5A6 Medium Aquamarine

📋 copy color: '#52D5A6'

red 82 ◦ green 213 ◦ blue 166

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

Shades of Medium Aquamarine #52D5A6

Tints of Medium Aquamarine #52D5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 17.79%
G = 46.2%
B = 36.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#52D5A6 (or 0x52D5A6) is known color: Medium Aquamarine. HEX triplet: 52, D5 and A6. RGB value is (82,213,166). Sum of RGB (Red+Green+Blue) = 82+213+166=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D5A6 is #AD2A59. Grayscale: #A8A8A8. Windows color (decimal): -11348570 or 10933586. OLE color: 10933586.

HSL color Cylindrical-coordinate representation of color #52D5A6: hue angle of 158.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D5A6 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 166 -
CMYK 0.62 0 0.22 0.16
HSL 158.47º 0.61% 0.58% -
HSV(B) 158.47º 0.62% 0.84% -
XYZ 34.16 52.14 44.34 -
YUV 168.47 126.6 66.32 -
System Red Green Blue C M Y K H S L
Decimal 82 213 166 0.62 0 0.22 0.16 158.47 0.61 0.58
Hex 52 D5 A6 3E 0 16 10 9E 3D 3A
Octal 122 325 246 76 0 26 20 236 75 72
Binary 1010010 11010101 10100110 111110 0 10110 10000 10011110 111101 111010

Color Harmonies of #52D5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D5A6

Black with #52D5A6

Text Example


Text Example

White with #52D5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,213,166); }

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

background-color css

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

 a { background-color: rgb(82,213,166); }

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

border-color css

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

 span { border-color: rgb(82,213,166); }

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