#5DE1B5

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

Shades of Medium Aquamarine #5DE1B5

Tints of Medium Aquamarine #5DE1B5

Color information

#5DE1B5 (or 0x5DE1B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E1 and B5. RGB value is (93,225,181). Sum of RGB (Red+Green+Blue) = 93+225+181=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE1B5 is #A21E4A. Grayscale: #B4B4B4. Windows color (decimal): -10624587 or 11919709. OLE color: 11919709.

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

Color convert

RGB93225181-
CMYK0.5900.200.12
HSL160º68.75%62.35%-
HSV(B)160º58.67%88.24%-
XYZ39.7859.5153.11-
YUV180.52128.2765.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.64%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=18.64%
G=45.09%
B=36.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932251810.5900.200.1216068.7562.35
Hex5DE1B53B014Ca0453e
Octal135341265730241424010576
Binary101110111100001101101011110110101001100101000001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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