#5DFAD8

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

Shades of Aquamarine #5DFAD8

Tints of Aquamarine #5DFAD8

Color information

#5DFAD8 (or 0x5DFAD8) is unknown color: approx Aquamarine. HEX triplet: 5D, FA and D8. RGB value is (93,250,216). Sum of RGB (Red+Green+Blue) = 93+250+216=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFAD8 is #A20527. Grayscale: #C7C7C7. Windows color (decimal): -10618152 or 14219869. OLE color: 14219869.

HSL color Cylindrical-coordinate representation of color #5DFAD8: hue angle of 167.01º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFAD8 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB93250216-
CMYK0.6300.140.02
HSL167.01º94.01%67.25%-
HSV(B)167.01º62.8%98.04%-
XYZ51.0975.6676.88-
YUV199.18137.4952.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.64%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=16.64%
G=44.72%
B=38.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932502160.6300.140.02167.0194.0167.25
Hex5DFAD83F0E2a75e43
Octal135372330770162247136103
Binary1011101111110101101100011111101110101010011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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