#6EF2DF

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

Shades of Aquamarine #6EF2DF

Tints of Aquamarine #6EF2DF

Color information

#6EF2DF (or 0x6EF2DF) is unknown color: approx Aquamarine. HEX triplet: 6E, F2 and DF. RGB value is (110,242,223). Sum of RGB (Red+Green+Blue) = 110+242+223=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2DF is #910D20. Grayscale: #C8C8C8. Windows color (decimal): -9506081 or 14676590. OLE color: 14676590.

HSL color Cylindrical-coordinate representation of color #6EF2DF: hue angle of 171.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF2DF is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB110242223-
CMYK0.5500.080.05
HSL171.36º83.54%69.02%-
HSV(B)171.36º54.55%94.9%-
XYZ51.572.1581.02-
YUV200.37140.7763.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.13%
GREEN value IS 242 (94.92% from 255) = 42.09%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=19.13%
G=42.09%
B=38.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102422230.5500.080.05171.3683.5469.02
Hex6EF2DF37085ab5445
Octal156362337670105253124105
Binary11011101111001011011111110111010001011010101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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