#6EFDDA

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

Shades of Aquamarine #6EFDDA

Tints of Aquamarine #6EFDDA

Color information

#6EFDDA (or 0x6EFDDA) is unknown color: approx Aquamarine. HEX triplet: 6E, FD and DA. RGB value is (110,253,218). Sum of RGB (Red+Green+Blue) = 110+253+218=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDA is #910225. Grayscale: #CECECE. Windows color (decimal): -9503270 or 14351726. OLE color: 14351726.

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

Color convert

RGB110253218-
CMYK0.5700.140.01
HSL165.31º97.28%71.18%-
HSV(B)165.31º56.52%99.22%-
XYZ54.2178.6378.65-
YUV206.25134.6259.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.93%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=18.93%
G=43.55%
B=37.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102532180.5700.140.01165.3197.2871.18
Hex6EFDDA390E1a56147
Octal156375332710161245141107
Binary110111011111101110110101110010111011010010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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