Html Css Color HEX #52DBAF Medium Aquamarine

📋 copy color: '#52DBAF'

red 82 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #52DBAF

Tints of Medium Aquamarine #52DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 17.23%
G = 46.01%
B = 36.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#52DBAF (or 0x52DBAF) is known color: Medium Aquamarine. HEX triplet: 52, DB and AF. RGB value is (82,219,175). Sum of RGB (Red+Green+Blue) = 82+219+175=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBAF is #AD2450. Grayscale: #ADADAD. Windows color (decimal): -11347025 or 11524946. OLE color: 11524946.

HSL color Cylindrical-coordinate representation of color #52DBAF: hue angle of 160.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBAF is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 175 -
CMYK 0.63 0 0.20 0.14
HSL 160.73º 0.66% 0.59% -
HSV(B) 160.73º 0.63% 0.86% -
XYZ 36.55 55.55 49.35 -
YUV 173.02 129.11 63.08 -
System Red Green Blue C M Y K H S L
Decimal 82 219 175 0.63 0 0.20 0.14 160.73 0.66 0.59
Hex 52 DB AF 3F 0 14 E A1 42 3B
Octal 122 333 257 77 0 24 16 241 102 73
Binary 1010010 11011011 10101111 111111 0 10100 1110 10100001 1000010 111011

Color Harmonies of #52DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBAF

Black with #52DBAF

Text Example


Text Example

White with #52DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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