#6EFAC7

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

Shades of Aquamarine #6EFAC7

Tints of Aquamarine #6EFAC7

Color information

#6EFAC7 (or 0x6EFAC7) is unknown color: approx Aquamarine. HEX triplet: 6E, FA and C7. RGB value is (110,250,199). Sum of RGB (Red+Green+Blue) = 110+250+199=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFAC7 is #910538. Grayscale: #CACACA. Windows color (decimal): -9504057 or 13105774. OLE color: 13105774.

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

Color convert

RGB110250199-
CMYK0.5600.200.02
HSL158.14º93.33%70.59%-
HSV(B)158.14º56%98.04%-
XYZ50.9275.8165.98-
YUV202.33126.1262.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.68%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=19.68%
G=44.72%
B=35.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102501990.5600.200.02158.1493.3370.59
Hex6EFAC73801429e5d47
Octal156372307700242236135107
Binary11011101111101011000111111000010100101001111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,250,199); }

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

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

 a { background-color: rgb(110,250,199); }

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

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

 span { border-color: rgb(110,250,199); }

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