#5DCCA0

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

Shades of Medium Aquamarine #5DCCA0

Tints of Medium Aquamarine #5DCCA0

Color information

#5DCCA0 (or 0x5DCCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CC and A0. RGB value is (93,204,160). Sum of RGB (Red+Green+Blue) = 93+204+160=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA0 is #A2335F. Grayscale: #A5A5A5. Windows color (decimal): -10629984 or 10538077. OLE color: 10538077.

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

Color convert

RGB93204160-
CMYK0.5400.220.2
HSL156.22º52.11%58.24%-
HSV(B)156.22º54.41%80%-
XYZ32.4548.0540.82-
YUV165.8124.7376.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.35%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=20.35%
G=44.64%
B=35.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041600.5400.220.2156.2252.1158.24
Hex5DCCA036016149c343a
Octal13531424066026242346472
Binary101110111001100101000001101100101101010010011100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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