#6EF6DD

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

Shades of Aquamarine #6EF6DD

Tints of Aquamarine #6EF6DD

Color information

#6EF6DD (or 0x6EF6DD) is unknown color: approx Aquamarine. HEX triplet: 6E, F6 and DD. RGB value is (110,246,221). Sum of RGB (Red+Green+Blue) = 110+246+221=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF6DD is #910922. Grayscale: #CACACA. Windows color (decimal): -9505059 or 14546542. OLE color: 14546542.

HSL color Cylindrical-coordinate representation of color #6EF6DD: hue angle of 168.97º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF6DD is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB110246221-
CMYK0.5500.100.04
HSL168.97º88.31%69.8%-
HSV(B)168.97º55.28%96.47%-
XYZ52.4474.4580.01-
YUV202.49138.4462.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.06%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=19.06%
G=42.63%
B=38.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102462210.5500.100.04168.9788.3169.8
Hex6EF6DD370A4a95846
Octal156366335670124251130106
Binary11011101111011011011101110111010101001010100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EF6DD; }

 p { color: rgb(110,246,221); }

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

<style>
 a { background-color: #6EF6DD; }

 a { background-color: rgb(110,246,221); }

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

<style>
 span { border-color: #6EF6DD; }

 span { border-color: rgb(110,246,221); }

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