#5DFED8

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

Shades of Aquamarine #5DFED8

Tints of Aquamarine #5DFED8

Color information

#5DFED8 (or 0x5DFED8) is unknown color: approx Aquamarine. HEX triplet: 5D, FE and D8. RGB value is (93,254,216). Sum of RGB (Red+Green+Blue) = 93+254+216=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFED8 is #A20127. Grayscale: #C9C9C9. Windows color (decimal): -10617128 or 14220893. OLE color: 14220893.

HSL color Cylindrical-coordinate representation of color #5DFED8: hue angle of 165.84º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFED8 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB93254216-
CMYK0.6300.150.00
HSL165.84º98.77%68.04%-
HSV(B)165.84º63.39%99.61%-
XYZ52.3578.1777.29-
YUV201.53136.1650.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.52%
GREEN value IS 254 (99.61% from 255) = 45.12%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=16.52%
G=45.12%
B=38.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932542160.6300.150.00165.8498.7768.04
Hex5DFED83F0F0a66344
Octal135376330770170246143104
Binary101110111111110110110001111110111101010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,254,216); }

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

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

 a { background-color: rgb(93,254,216); }

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

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

 span { border-color: rgb(93,254,216); }

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