#5DCCA9

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

Shades of Medium Aquamarine #5DCCA9

Tints of Medium Aquamarine #5DCCA9

Color information

#5DCCA9 (or 0x5DCCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CC and A9. RGB value is (93,204,169). Sum of RGB (Red+Green+Blue) = 93+204+169=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA9 is #A23356. Grayscale: #A6A6A6. Windows color (decimal): -10629975 or 11127901. OLE color: 11127901.

HSL color Cylindrical-coordinate representation of color #5DCCA9: hue angle of 161.08º 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 #5DCCA9 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB93204169-
CMYK0.5400.170.2
HSL161.08º52.11%58.24%-
HSV(B)161.08º54.41%80%-
XYZ33.2748.3845.12-
YUV166.82129.2375.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.96%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=19.96%
G=43.78%
B=36.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041690.5400.170.2161.0852.1158.24
Hex5DCCA93601114a1343a
Octal13531425166021242416472
Binary101110111001100101010011101100100011010010100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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