#52DFB2

Color #52DFB2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #52DFB2

Tints of Medium Aquamarine #52DFB2

Color information

#52DFB2 (or 0x52DFB2) is unknown color: approx Medium Aquamarine. HEX triplet: 52, DF and B2. RGB value is (82,223,178). Sum of RGB (Red+Green+Blue) = 82+223+178=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DFB2 is #AD204D. Grayscale: #AFAFAF. Windows color (decimal): -11345998 or 11722578. OLE color: 11722578.

HSL color Cylindrical-coordinate representation of color #52DFB2: hue angle of 160.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFB2 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB82223178-
CMYK0.6300.200.13
HSL160.85º68.78%59.8%-
HSV(B)160.85º63.23%87.45%-
XYZ37.957.7851.28-
YUV175.71129.2961.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.98%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=16.98%
G=46.17%
B=36.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822231780.6300.200.13160.8568.7859.8
Hex52DFB23F014Da1453c
Octal122337262770241524110574
Binary101001011011111101100101111110101001101101000011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,223,178); }

 H1.HeaderClassName
 {
   color: #52DFB2;
 }
 .AnyTagClassName
 {
   color: #52DFB2;
 }
</style>
background-color css

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

 a { background-color: rgb(82,223,178); }

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

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

 span { border-color: rgb(82,223,178); }

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