#6EFEC0

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

Shades of Aquamarine #6EFEC0

Tints of Aquamarine #6EFEC0

Color information

#6EFEC0 (or 0x6EFEC0) is unknown color: approx Aquamarine. HEX triplet: 6E, FE and C0. RGB value is (110,254,192). Sum of RGB (Red+Green+Blue) = 110+254+192=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFEC0 is #91013F. Grayscale: #CBCBCB. Windows color (decimal): -9503040 or 12648046. OLE color: 12648046.

HSL color Cylindrical-coordinate representation of color #6EFEC0: hue angle of 154.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFEC0 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB110254192-
CMYK0.5700.240.00
HSL154.17º98.63%71.37%-
HSV(B)154.17º56.69%99.61%-
XYZ51.397862.22-
YUV203.88121.2961.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.78%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=19.78%
G=45.68%
B=34.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102541920.5700.240.00154.1798.6371.37
Hex6EFEC03901809a6347
Octal156376300710300232143107
Binary1101110111111101100000011100101100001001101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,254,192); }

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

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

 a { background-color: rgb(110,254,192); }

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

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

 span { border-color: rgb(110,254,192); }

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