#6EF8D8

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

Shades of Aquamarine #6EF8D8

Tints of Aquamarine #6EF8D8

Color information

#6EF8D8 (or 0x6EF8D8) is unknown color: approx Aquamarine. HEX triplet: 6E, F8 and D8. RGB value is (110,248,216). Sum of RGB (Red+Green+Blue) = 110+248+216=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF8D8 is #910727. Grayscale: #CBCBCB. Windows color (decimal): -9504552 or 14219374. OLE color: 14219374.

HSL color Cylindrical-coordinate representation of color #6EF8D8: hue angle of 166.09º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8D8 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB110248216-
CMYK0.5600.130.03
HSL166.09º90.79%70.2%-
HSV(B)166.09º55.65%97.25%-
XYZ52.3975.4176.76-
YUV203.09135.2861.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=19.16%
G=43.21%
B=37.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1102482160.5600.130.03166.0990.7970.2
Hex6EF8D8380D3a65b46
Octal156370330700153246133106
Binary1101110111110001101100011100001101111010011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,248,216); }

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

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

 a { background-color: rgb(110,248,216); }

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

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

 span { border-color: rgb(110,248,216); }

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