#5DFFDC

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

Shades of Aquamarine #5DFFDC

Tints of Aquamarine #5DFFDC

Color information

#5DFFDC (or 0x5DFFDC) is unknown color: approx Aquamarine. HEX triplet: 5D, FF and DC. RGB value is (93,255,220). Sum of RGB (Red+Green+Blue) = 93+255+220=568 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.37% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFDC is #A20023. Grayscale: #CACACA. Windows color (decimal): -10616868 or 14483293. OLE color: 14483293.

HSL color Cylindrical-coordinate representation of color #5DFFDC: hue angle of 167.04º 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 #5DFFDC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB93255220-
CMYK0.6400.140
HSL167.04º100%68.24%-
HSV(B)167.04º63.53%100%-
XYZ53.1979.0180.16-
YUV202.57137.8349.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.37%
GREEN value IS 255 (100% from 255) = 44.89%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=16.37%
G=44.89%
B=38.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932552200.6400.140167.0410068.24
Hex5DFFDC400E0a76444
Octal1353773341000160247144104
Binary1011101111111111101110010000000111001010011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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