#52CDB3

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

Shades of Medium Aquamarine #52CDB3

Tints of Medium Aquamarine #52CDB3

Color information

#52CDB3 (or 0x52CDB3) is unknown color: approx Medium Aquamarine. HEX triplet: 52, CD and B3. RGB value is (82,205,179). Sum of RGB (Red+Green+Blue) = 82+205+179=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB3 is #AD324C. Grayscale: #A5A5A5. Windows color (decimal): -11350605 or 11783506. OLE color: 11783506.

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

Color convert

RGB82205179-
CMYK0.600.130.20
HSL167.32º55.16%56.27%-
HSV(B)167.32º60%80.39%-
XYZ33.4548.7150.29-
YUV165.26135.7568.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=17.60%
G=43.99%
B=38.41%

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
Decimal822051790.600.130.20167.3255.1656.27
Hex52CDB33C0D14a73738
Octal12231526374015242476770
Binary10100101100110110110011111100011011010010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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