Html Css Color HEX #52DCAB Medium Aquamarine

📋 copy color: '#52DCAB'

red 82 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #52DCAB

Tints of Medium Aquamarine #52DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 17.34%
G = 46.51%
B = 36.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#52DCAB (or 0x52DCAB) is known color: Medium Aquamarine. HEX triplet: 52, DC and AB. RGB value is (82,220,171). Sum of RGB (Red+Green+Blue) = 82+220+171=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCAB is #AD2354. Grayscale: #ADADAD. Windows color (decimal): -11346773 or 11263058. OLE color: 11263058.

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

Color convert

RGB 82 220 171 -
CMYK 0.63 0 0.22 0.14
HSL 158.7º 0.66% 0.59% -
HSV(B) 158.7º 0.63% 0.86% -
XYZ 36.42 55.92 47.4 -
YUV 173.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 82 220 171 0.63 0 0.22 0.14 158.7 0.66 0.59
Hex 52 DC AB 3F 0 16 E 9F 42 3B
Octal 122 334 253 77 0 26 16 237 102 73
Binary 1010010 11011100 10101011 111111 0 10110 1110 10011111 1000010 111011

Color Harmonies of #52DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCAB

Black with #52DCAB

Text Example


Text Example

White with #52DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,171); }

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

background-color css

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

 a { background-color: rgb(82,220,171); }

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

border-color css

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

 span { border-color: rgb(82,220,171); }

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