Html Css Color HEX #52DBAD Medium Aquamarine

📋 copy color: '#52DBAD'

red 82 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #52DBAD

Tints of Medium Aquamarine #52DBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 17.3%
G = 46.2%
B = 36.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#52DBAD (or 0x52DBAD) is known color: Medium Aquamarine. HEX triplet: 52, DB and AD. RGB value is (82,219,173). Sum of RGB (Red+Green+Blue) = 82+219+173=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBAD is #AD2452. Grayscale: #ACACAC. Windows color (decimal): -11347027 or 11393874. OLE color: 11393874.

HSL color Cylindrical-coordinate representation of color #52DBAD: hue angle of 159.85º 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 #52DBAD is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 173 -
CMYK 0.63 0 0.21 0.14
HSL 159.85º 0.66% 0.59% -
HSV(B) 159.85º 0.63% 0.86% -
XYZ 36.35 55.47 48.33 -
YUV 172.79 128.11 63.24 -
System Red Green Blue C M Y K H S L
Decimal 82 219 173 0.63 0 0.21 0.14 159.85 0.66 0.59
Hex 52 DB AD 3F 0 15 E A0 42 3B
Octal 122 333 255 77 0 25 16 240 102 73
Binary 1010010 11011011 10101101 111111 0 10101 1110 10100000 1000010 111011

Color Harmonies of #52DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBAD

Black with #52DBAD

Text Example


Text Example

White with #52DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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