#5DD9B1

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

Shades of Medium Aquamarine #5DD9B1

Tints of Medium Aquamarine #5DD9B1

Color information

#5DD9B1 (or 0x5DD9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D9 and B1. RGB value is (93,217,177). Sum of RGB (Red+Green+Blue) = 93+217+177=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD9B1 is #A2264E. Grayscale: #AFAFAF. Windows color (decimal): -10626639 or 11655517. OLE color: 11655517.

HSL color Cylindrical-coordinate representation of color #5DD9B1: hue angle of 160.65º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9B1 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB93217177-
CMYK0.5700.180.15
HSL160.65º62%60.78%-
HSV(B)160.65º57.14%85.1%-
XYZ37.2655.1350.27-
YUV175.36128.9269.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.10%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=19.10%
G=44.56%
B=36.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932171770.5700.180.15160.656260.78
Hex5DD9B139012Fa13e3d
Octal13533126171022172417675
Binary10111011101100110110001111001010010111110100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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