#5DCCA6

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

Shades of Medium Aquamarine #5DCCA6

Tints of Medium Aquamarine #5DCCA6

Color information

#5DCCA6 (or 0x5DCCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CC and A6. RGB value is (93,204,166). Sum of RGB (Red+Green+Blue) = 93+204+166=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA6 is #A23359. Grayscale: #A6A6A6. Windows color (decimal): -10629978 or 10931293. OLE color: 10931293.

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

Color convert

RGB93204166-
CMYK0.5400.190.2
HSL159.46º52.11%58.24%-
HSV(B)159.46º54.41%80%-
XYZ32.9948.2743.65-
YUV166.48127.7375.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.09%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=20.09%
G=44.06%
B=35.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041660.5400.190.2159.4652.1158.24
Hex5DCCA636013149f343a
Octal13531424666023242376472
Binary101110111001100101001101101100100111010010011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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