#6EFED2

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

Shades of Aquamarine #6EFED2

Tints of Aquamarine #6EFED2

Color information

#6EFED2 (or 0x6EFED2) is unknown color: approx Aquamarine. HEX triplet: 6E, FE and D2. RGB value is (110,254,210). Sum of RGB (Red+Green+Blue) = 110+254+210=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFED2 is #91012D. Grayscale: #CDCDCD. Windows color (decimal): -9503022 or 13827694. OLE color: 13827694.

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

Color convert

RGB110254210-
CMYK0.5700.170.00
HSL161.67º98.63%71.37%-
HSV(B)161.67º56.69%99.61%-
XYZ53.5178.8573.37-
YUV205.93130.2959.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.16%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=19.16%
G=44.25%
B=36.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102542100.5700.170.00161.6798.6371.37
Hex6EFED2390110a26347
Octal156376322710210242143107
Binary1101110111111101101001011100101000101010001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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