#6EF6DE

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

Shades of Aquamarine #6EF6DE

Tints of Aquamarine #6EF6DE

Color information

#6EF6DE (or 0x6EF6DE) is unknown color: approx Aquamarine. HEX triplet: 6E, F6 and DE. RGB value is (110,246,222). Sum of RGB (Red+Green+Blue) = 110+246+222=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF6DE is #910921. Grayscale: #CACACA. Windows color (decimal): -9505058 or 14612078. OLE color: 14612078.

HSL color Cylindrical-coordinate representation of color #6EF6DE: hue angle of 169.41º 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 #6EF6DE is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB110246222-
CMYK0.5500.100.04
HSL169.41º88.31%69.8%-
HSV(B)169.41º55.28%96.47%-
XYZ52.5774.580.72-
YUV202.6138.9461.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.03%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=19.03%
G=42.56%
B=38.41%

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
Decimal1102462220.5500.100.04169.4188.3169.8
Hex6EF6DE370A4a95846
Octal156366336670124251130106
Binary11011101111011011011110110111010101001010100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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