#6EFDDC

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

Shades of Aquamarine #6EFDDC

Tints of Aquamarine #6EFDDC

Color information

#6EFDDC (or 0x6EFDDC) is unknown color: approx Aquamarine. HEX triplet: 6E, FD and DC. RGB value is (110,253,220). Sum of RGB (Red+Green+Blue) = 110+253+220=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDC is #910223. Grayscale: #CECECE. Windows color (decimal): -9503268 or 14482798. OLE color: 14482798.

HSL color Cylindrical-coordinate representation of color #6EFDDC: hue angle of 166.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDDC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB110253220-
CMYK0.5700.130.01
HSL166.15º97.28%71.18%-
HSV(B)166.15º56.52%99.22%-
XYZ54.4778.7380.04-
YUV206.48135.6259.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.87%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=18.87%
G=43.40%
B=37.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102532200.5700.130.01166.1597.2871.18
Hex6EFDDC390D1a66147
Octal156375334710151246141107
Binary110111011111101110111001110010110111010011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,253,220); }

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

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

 a { background-color: rgb(110,253,220); }

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

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

 span { border-color: rgb(110,253,220); }

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