Html Css Color HEX #52DCA2 Medium Aquamarine

📋 copy color: '#52DCA2'

red 82 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #52DCA2

Tints of Medium Aquamarine #52DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 17.67%
G = 47.41%
B = 34.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#52DCA2 (or 0x52DCA2) is known color: Medium Aquamarine. HEX triplet: 52, DC and A2. RGB value is (82,220,162). Sum of RGB (Red+Green+Blue) = 82+220+162=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCA2 is #AD235D. Grayscale: #ACACAC. Windows color (decimal): -11346782 or 10673234. OLE color: 10673234.

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

Color convert

RGB 82 220 162 -
CMYK 0.63 0 0.26 0.14
HSL 154.78º 0.66% 0.59% -
HSV(B) 154.78º 0.63% 0.86% -
XYZ 35.59 55.59 43.04 -
YUV 172.13 122.28 63.72 -
System Red Green Blue C M Y K H S L
Decimal 82 220 162 0.63 0 0.26 0.14 154.78 0.66 0.59
Hex 52 DC A2 3F 0 1A E 9B 42 3B
Octal 122 334 242 77 0 32 16 233 102 73
Binary 1010010 11011100 10100010 111111 0 11010 1110 10011011 1000010 111011

Color Harmonies of #52DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCA2

Black with #52DCA2

Text Example


Text Example

White with #52DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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