#5DE1B1

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

Shades of Medium Aquamarine #5DE1B1

Tints of Medium Aquamarine #5DE1B1

Color information

#5DE1B1 (or 0x5DE1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E1 and B1. RGB value is (93,225,177). Sum of RGB (Red+Green+Blue) = 93+225+177=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE1B1 is #A21E4E. Grayscale: #B4B4B4. Windows color (decimal): -10624591 or 11657565. OLE color: 11657565.

HSL color Cylindrical-coordinate representation of color #5DE1B1: hue angle of 158.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE1B1 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB93225177-
CMYK0.5900.210.12
HSL158.18º68.75%62.35%-
HSV(B)158.18º58.67%88.24%-
XYZ39.3859.3550.98-
YUV180.06126.2765.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.79%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=18.79%
G=45.45%
B=35.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932251770.5900.210.12158.1868.7562.35
Hex5DE1B13B015C9e453e
Octal135341261730251423610576
Binary101110111100001101100011110110101011100100111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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