#6FFED2

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

Shades of Aquamarine #6FFED2

Tints of Aquamarine #6FFED2

Color information

#6FFED2 (or 0x6FFED2) is unknown color: approx Aquamarine. HEX triplet: 6F, FE and D2. RGB value is (111,254,210). Sum of RGB (Red+Green+Blue) = 111+254+210=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFED2 is #90012D. Grayscale: #CECECE. Windows color (decimal): -9437486 or 13827695. OLE color: 13827695.

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

Color convert

RGB111254210-
CMYK0.5600.170.00
HSL161.54º98.62%71.57%-
HSV(B)161.54º56.3%99.61%-
XYZ53.6378.9273.38-
YUV206.23130.1260.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.30%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=19.30%
G=44.17%
B=36.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112542100.5600.170.00161.5498.6271.57
Hex6FFED2380110a26348
Octal157376322700210242143110
Binary1101111111111101101001011100001000101010001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,254,210); }

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

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

 a { background-color: rgb(111,254,210); }

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

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

 span { border-color: rgb(111,254,210); }

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