#5DE3B7

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

Shades of Medium Aquamarine #5DE3B7

Tints of Medium Aquamarine #5DE3B7

Color information

#5DE3B7 (or 0x5DE3B7) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E3 and B7. RGB value is (93,227,183). Sum of RGB (Red+Green+Blue) = 93+227+183=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE3B7 is #A21C48. Grayscale: #B5B5B5. Windows color (decimal): -10624073 or 12051293. OLE color: 12051293.

HSL color Cylindrical-coordinate representation of color #5DE3B7: hue angle of 160.3º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE3B7 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB93227183-
CMYK0.5900.190.11
HSL160.3º70.53%62.75%-
HSV(B)160.3º59.03%89.02%-
XYZ40.5360.6854.38-
YUV181.92128.6164.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=18.49%
G=45.13%
B=36.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932271830.5900.190.11160.370.5362.75
Hex5DE3B73B013Ba0473f
Octal135343267730231324010777
Binary101110111100011101101111110110100111011101000001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,227,183); }

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

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

 a { background-color: rgb(93,227,183); }

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

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

 span { border-color: rgb(93,227,183); }

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