Html Css Color HEX #52D5AC Medium Aquamarine

📋 copy color: '#52D5AC'

red 82 ◦ green 213 ◦ blue 172

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

Shades of Medium Aquamarine #52D5AC

Tints of Medium Aquamarine #52D5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 17.56%
G = 45.61%
B = 36.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#52D5AC (or 0x52D5AC) is known color: Medium Aquamarine. HEX triplet: 52, D5 and AC. RGB value is (82,213,172). Sum of RGB (Red+Green+Blue) = 82+213+172=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D5AC is #AD2A53. Grayscale: #A9A9A9. Windows color (decimal): -11348564 or 11326802. OLE color: 11326802.

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

Color convert

RGB 82 213 172 -
CMYK 0.62 0 0.19 0.16
HSL 161.22º 0.61% 0.58% -
HSV(B) 161.22º 0.62% 0.84% -
XYZ 34.72 52.36 47.31 -
YUV 169.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 82 213 172 0.62 0 0.19 0.16 161.22 0.61 0.58
Hex 52 D5 AC 3E 0 13 10 A1 3D 3A
Octal 122 325 254 76 0 23 20 241 75 72
Binary 1010010 11010101 10101100 111110 0 10011 10000 10100001 111101 111010

Color Harmonies of #52D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D5AC

Black with #52D5AC

Text Example


Text Example

White with #52D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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