Html Css Color HEX #52CEAA Medium Aquamarine

📋 copy color: '#52CEAA'

red 82 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #52CEAA

Tints of Medium Aquamarine #52CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 17.9%
G = 44.98%
B = 37.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#52CEAA (or 0x52CEAA) is known color: Medium Aquamarine. HEX triplet: 52, CE and AA. RGB value is (82,206,170). Sum of RGB (Red+Green+Blue) = 82+206+170=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEAA is #AD3155. Grayscale: #A4A4A4. Windows color (decimal): -11350358 or 11193938. OLE color: 11193938.

HSL color Cylindrical-coordinate representation of color #52CEAA: hue angle of 162.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEAA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 170 -
CMYK 0.60 0 0.17 0.19
HSL 162.58º 0.56% 0.56% -
HSV(B) 162.58º 0.6% 0.81% -
XYZ 32.81 48.84 45.73 -
YUV 164.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 82 206 170 0.60 0 0.17 0.19 162.58 0.56 0.56
Hex 52 CE AA 3C 0 11 13 A3 38 38
Octal 122 316 252 74 0 21 23 243 70 70
Binary 1010010 11001110 10101010 111100 0 10001 10011 10100011 111000 111000

Color Harmonies of #52CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEAA

Black with #52CEAA

Text Example


Text Example

White with #52CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,170); }

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

background-color css

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

 a { background-color: rgb(82,206,170); }

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

border-color css

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

 span { border-color: rgb(82,206,170); }

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