#6EFDDF

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

Shades of Aquamarine #6EFDDF

Tints of Aquamarine #6EFDDF

Color information

#6EFDDF (or 0x6EFDDF) is unknown color: approx Aquamarine. HEX triplet: 6E, FD and DF. RGB value is (110,253,223). Sum of RGB (Red+Green+Blue) = 110+253+223=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFDDF is #910220. Grayscale: #CECECE. Windows color (decimal): -9503265 or 14679406. OLE color: 14679406.

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

Color convert

RGB110253223-
CMYK0.5700.120.01
HSL167.41º97.28%71.18%-
HSV(B)167.41º56.52%99.22%-
XYZ54.8778.8982.15-
YUV206.82137.1258.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.77%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=18.77%
G=43.17%
B=38.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102532230.5700.120.01167.4197.2871.18
Hex6EFDDF390C1a76147
Octal156375337710141247141107
Binary110111011111101110111111110010110011010011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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