#52CDB2

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

Shades of Medium Aquamarine #52CDB2

Tints of Medium Aquamarine #52CDB2

Color information

#52CDB2 (or 0x52CDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and B2. RGB value is (82,205,178). Sum of RGB (Red+Green+Blue) = 82+205+178=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDB2 is #AD324D. Grayscale: #A5A5A5. Windows color (decimal): -11350606 or 11717970. OLE color: 11717970.

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

Color convert

RGB82205178-
CMYK0.600.130.20
HSL166.83º55.16%56.27%-
HSV(B)166.83º60%80.39%-
XYZ33.3548.6749.76-
YUV165.14135.2568.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.63%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=17.63%
G=44.09%
B=38.28%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051780.600.130.20166.8355.1656.27
Hex52CDB23C0D14a73738
Octal12231526274015242476770
Binary10100101100110110110010111100011011010010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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