Html Css Color HEX #52D8AF Medium Aquamarine

📋 copy color: '#52D8AF'

red 82 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #52D8AF

Tints of Medium Aquamarine #52D8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 17.34%
G = 45.67%
B = 37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#52D8AF (or 0x52D8AF) is known color: Medium Aquamarine. HEX triplet: 52, D8 and AF. RGB value is (82,216,175). Sum of RGB (Red+Green+Blue) = 82+216+175=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8AF is #AD2750. Grayscale: #ABABAB. Windows color (decimal): -11347793 or 11524178. OLE color: 11524178.

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

Color convert

RGB 82 216 175 -
CMYK 0.62 0 0.19 0.15
HSL 161.64º 0.63% 0.58% -
HSV(B) 161.64º 0.62% 0.85% -
XYZ 35.77 54 49.1 -
YUV 171.26 130.11 64.33 -
System Red Green Blue C M Y K H S L
Decimal 82 216 175 0.62 0 0.19 0.15 161.64 0.63 0.58
Hex 52 D8 AF 3E 0 13 F A2 3F 3A
Octal 122 330 257 76 0 23 17 242 77 72
Binary 1010010 11011000 10101111 111110 0 10011 1111 10100010 111111 111010

Color Harmonies of #52D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8AF

Black with #52D8AF

Text Example


Text Example

White with #52D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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