#5DCDAB

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

Shades of Medium Aquamarine #5DCDAB

Tints of Medium Aquamarine #5DCDAB

Color information

#5DCDAB (or 0x5DCDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CD and AB. RGB value is (93,205,171). Sum of RGB (Red+Green+Blue) = 93+205+171=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDAB is #A23254. Grayscale: #A7A7A7. Windows color (decimal): -10629717 or 11259229. OLE color: 11259229.

HSL color Cylindrical-coordinate representation of color #5DCDAB: hue angle of 161.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDAB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB93205171-
CMYK0.5500.170.20
HSL161.79º52.83%58.43%-
HSV(B)161.79º54.63%80.39%-
XYZ33.748.9346.2-
YUV167.64129.8974.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=19.83%
G=43.71%
B=36.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051710.5500.170.20161.7952.8358.43
Hex5DCDAB3701114a2353a
Octal13531525367021242426572
Binary101110111001101101010111101110100011010010100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,171); }

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

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

 a { background-color: rgb(93,205,171); }

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

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

 span { border-color: rgb(93,205,171); }

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