Html Css Color HEX #52DBA0 Medium Aquamarine

📋 copy color: '#52DBA0'

red 82 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #52DBA0

Tints of Medium Aquamarine #52DBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 17.79%
G = 47.51%
B = 34.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#52DBA0 (or 0x52DBA0) is known color: Medium Aquamarine. HEX triplet: 52, DB and A0. RGB value is (82,219,160). Sum of RGB (Red+Green+Blue) = 82+219+160=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBA0 is #AD245F. Grayscale: #ABABAB. Windows color (decimal): -11347040 or 10541906. OLE color: 10541906.

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

Color convert

RGB 82 219 160 -
CMYK 0.63 0 0.27 0.14
HSL 154.16º 0.66% 0.59% -
HSV(B) 154.16º 0.63% 0.86% -
XYZ 35.16 54.99 42.02 -
YUV 171.31 121.61 64.3 -
System Red Green Blue C M Y K H S L
Decimal 82 219 160 0.63 0 0.27 0.14 154.16 0.66 0.59
Hex 52 DB A0 3F 0 1B E 9A 42 3B
Octal 122 333 240 77 0 33 16 232 102 73
Binary 1010010 11011011 10100000 111111 0 11011 1110 10011010 1000010 111011

Color Harmonies of #52DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBA0

Black with #52DBA0

Text Example


Text Example

White with #52DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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