#6EFFC2

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

Shades of Aquamarine #6EFFC2

Tints of Aquamarine #6EFFC2

Color information

#6EFFC2 (or 0x6EFFC2) is unknown color: approx Aquamarine. HEX triplet: 6E, FF and C2. RGB value is (110,255,194). Sum of RGB (Red+Green+Blue) = 110+255+194=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFC2 is #91003D. Grayscale: #CCCCCC. Windows color (decimal): -9502782 or 12779374. OLE color: 12779374.

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

Color convert

RGB110255194-
CMYK0.5700.240
HSL154.76º100%71.57%-
HSV(B)154.76º56.86%100%-
XYZ51.9378.7363.5-
YUV204.69121.9660.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.68%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=19.68%
G=45.62%
B=34.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102551940.5700.240154.7610071.57
Hex6EFFC23901809b6448
Octal156377302710300233144110
Binary1101110111111111100001011100101100001001101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,255,194); }

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

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

 a { background-color: rgb(110,255,194); }

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

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

 span { border-color: rgb(110,255,194); }

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