#6EF0DE

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

Shades of Aquamarine #6EF0DE

Tints of Aquamarine #6EF0DE

Color information

#6EF0DE (or 0x6EF0DE) is unknown color: approx Aquamarine. HEX triplet: 6E, F0 and DE. RGB value is (110,240,222). Sum of RGB (Red+Green+Blue) = 110+240+222=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #6EF0DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF0DE is #910F21. Grayscale: #C7C7C7. Windows color (decimal): -9506594 or 14610542. OLE color: 14610542.

HSL color Cylindrical-coordinate representation of color #6EF0DE: hue angle of 171.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF0DE is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB110240222-
CMYK0.5400.080.06
HSL171.69º81.25%68.63%-
HSV(B)171.69º54.17%94.12%-
XYZ50.7870.9180.12-
YUV199.08140.9364.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=19.23%
G=41.96%
B=38.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1102402220.5400.080.06171.6981.2568.63
Hex6EF0DE36086ac5145
Octal156360336660106254121105
Binary11011101111000011011110110110010001101010110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,240,222); }

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

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

 a { background-color: rgb(110,240,222); }

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

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

 span { border-color: rgb(110,240,222); }

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