#5DFFDE

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

Shades of Aquamarine #5DFFDE

Tints of Aquamarine #5DFFDE

Color information

#5DFFDE (or 0x5DFFDE) is unknown color: approx Aquamarine. HEX triplet: 5D, FF and DE. RGB value is (93,255,222). Sum of RGB (Red+Green+Blue) = 93+255+222=570 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.32% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFDE is #A20021. Grayscale: #CACACA. Windows color (decimal): -10616866 or 14614365. OLE color: 14614365.

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

Color convert

RGB93255222-
CMYK0.6400.130
HSL167.78º100%68.24%-
HSV(B)167.78º63.53%100%-
XYZ53.4679.1281.56-
YUV202.8138.8349.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.32%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=16.32%
G=44.74%
B=38.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932552220.6400.130167.7810068.24
Hex5DFFDE400D0a86444
Octal1353773361000150250144104
Binary1011101111111111101111010000000110101010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,255,222); }

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

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

 a { background-color: rgb(93,255,222); }

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

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

 span { border-color: rgb(93,255,222); }

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