#52CDB4

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

Shades of Medium Aquamarine #52CDB4

Tints of Medium Aquamarine #52CDB4

Color information

#52CDB4 (or 0x52CDB4) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and B4. RGB value is (82,205,180). Sum of RGB (Red+Green+Blue) = 82+205+180=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB4 is #AD324B. Grayscale: #A5A5A5. Windows color (decimal): -11350604 or 11849042. OLE color: 11849042.

HSL color Cylindrical-coordinate representation of color #52CDB4: hue angle of 167.8º 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 #52CDB4 is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB82205180-
CMYK0.600.120.20
HSL167.8º55.16%56.27%-
HSV(B)167.8º60%80.39%-
XYZ33.5548.7550.82-
YUV165.37136.2568.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=17.56%
G=43.90%
B=38.54%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051800.600.120.20167.855.1656.27
Hex52CDB43C0C14a83738
Octal12231526474014242506770
Binary10100101100110110110100111100011001010010101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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