#5DF6CD

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

Shades of Aquamarine #5DF6CD

Tints of Aquamarine #5DF6CD

Color information

#5DF6CD (or 0x5DF6CD) is unknown color: approx Aquamarine. HEX triplet: 5D, F6 and CD. RGB value is (93,246,205). Sum of RGB (Red+Green+Blue) = 93+246+205=544 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.10% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF6CD is #A20932. Grayscale: #C3C3C3. Windows color (decimal): -10619187 or 13497949. OLE color: 13497949.

HSL color Cylindrical-coordinate representation of color #5DF6CD: hue angle of 163.92º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6CD is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB93246205-
CMYK0.6200.170.04
HSL163.92º89.47%66.47%-
HSV(B)163.92º62.2%96.47%-
XYZ48.4972.6569.22-
YUV195.58133.3154.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.10%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=17.10%
G=45.22%
B=37.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932462050.6200.170.04163.9289.4766.47
Hex5DF6CD3E0114a45942
Octal135366315760214244131102
Binary101110111110110110011011111100100011001010010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,246,205); }

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

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

 a { background-color: rgb(93,246,205); }

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

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

 span { border-color: rgb(93,246,205); }

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