#5DCCA8

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

Shades of Medium Aquamarine #5DCCA8

Tints of Medium Aquamarine #5DCCA8

Color information

#5DCCA8 (or 0x5DCCA8) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CC and A8. RGB value is (93,204,168). Sum of RGB (Red+Green+Blue) = 93+204+168=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA8 is #A23357. Grayscale: #A6A6A6. Windows color (decimal): -10629976 or 11062365. OLE color: 11062365.

HSL color Cylindrical-coordinate representation of color #5DCCA8: hue angle of 160.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCA8 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB93204168-
CMYK0.5400.180.2
HSL160.54º52.11%58.24%-
HSV(B)160.54º54.41%80%-
XYZ33.1748.3444.63-
YUV166.71128.7375.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 168 (66.02% from 255) = 36.13%
R=20%
G=43.87%
B=36.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041680.5400.180.2160.5452.1158.24
Hex5DCCA83601214a1343a
Octal13531425066022242416472
Binary101110111001100101010001101100100101010010100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DCCA8; }

 p { color: rgb(93,204,168); }

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

<style>
 a { background-color: #5DCCA8; }

 a { background-color: rgb(93,204,168); }

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

<style>
 span { border-color: #5DCCA8; }

 span { border-color: rgb(93,204,168); }

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