#6FFED5

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

Shades of Aquamarine #6FFED5

Tints of Aquamarine #6FFED5

Color information

#6FFED5 (or 0x6FFED5) is unknown color: approx Aquamarine. HEX triplet: 6F, FE and D5. RGB value is (111,254,213). Sum of RGB (Red+Green+Blue) = 111+254+213=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFED5 is #90012A. Grayscale: #CECECE. Windows color (decimal): -9437483 or 14024303. OLE color: 14024303.

HSL color Cylindrical-coordinate representation of color #6FFED5: hue angle of 162.8º 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 #6FFED5 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB111254213-
CMYK0.5600.160.00
HSL162.8º98.62%71.57%-
HSV(B)162.8º56.3%99.61%-
XYZ54.0179.0775.37-
YUV206.57131.6259.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.20%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=19.20%
G=43.94%
B=36.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112542130.5600.160.00162.898.6271.57
Hex6FFED5380100a36348
Octal157376325700200243143110
Binary1101111111111101101010111100001000001010001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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