#5DCDB1

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

Shades of Medium Aquamarine #5DCDB1

Tints of Medium Aquamarine #5DCDB1

Color information

#5DCDB1 (or 0x5DCDB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CD and B1. RGB value is (93,205,177). Sum of RGB (Red+Green+Blue) = 93+205+177=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDB1 is #A2324E. Grayscale: #A8A8A8. Windows color (decimal): -10629711 or 11652445. OLE color: 11652445.

HSL color Cylindrical-coordinate representation of color #5DCDB1: hue angle of 165º 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 #5DCDB1 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB93205177-
CMYK0.5500.140.20
HSL165º52.83%58.43%-
HSV(B)165º54.63%80.39%-
XYZ34.2849.1649.28-
YUV168.32132.8974.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=19.58%
G=43.16%
B=37.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051770.5500.140.2016552.8358.43
Hex5DCDB1370E14a5353a
Octal13531526167016242456572
Binary10111011100110110110001110111011101010010100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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