#6EF9D7

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

Shades of Aquamarine #6EF9D7

Tints of Aquamarine #6EF9D7

Color information

#6EF9D7 (or 0x6EF9D7) is unknown color: approx Aquamarine. HEX triplet: 6E, F9 and D7. RGB value is (110,249,215). Sum of RGB (Red+Green+Blue) = 110+249+215=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #6EF9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF9D7 is #910628. Grayscale: #CBCBCB. Windows color (decimal): -9504297 or 14154094. OLE color: 14154094.

HSL color Cylindrical-coordinate representation of color #6EF9D7: hue angle of 165.32º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF9D7 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB110249215-
CMYK0.5600.140.02
HSL165.32º92.05%70.39%-
HSV(B)165.32º55.82%97.65%-
XYZ52.5775.9776.18-
YUV203.56134.4561.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=19.16%
G=43.38%
B=37.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102492150.5600.140.02165.3292.0570.39
Hex6EF9D7380E2a55c46
Octal156371327700162245134106
Binary1101110111110011101011111100001110101010010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,249,215); }

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

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

 a { background-color: rgb(110,249,215); }

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

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

 span { border-color: rgb(110,249,215); }

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