#6EF5DF

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

Shades of Aquamarine #6EF5DF

Tints of Aquamarine #6EF5DF

Color information

#6EF5DF (or 0x6EF5DF) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and DF. RGB value is (110,245,223). Sum of RGB (Red+Green+Blue) = 110+245+223=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5DF is #910A20. Grayscale: #CACACA. Windows color (decimal): -9505313 or 14677358. OLE color: 14677358.

HSL color Cylindrical-coordinate representation of color #6EF5DF: hue angle of 170.22º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5DF is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB110245223-
CMYK0.5500.090.04
HSL170.22º87.1%69.61%-
HSV(B)170.22º55.1%96.08%-
XYZ52.473.9581.32-
YUV202.13139.7762.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.03%
GREEN value IS 245 (96.09% from 255) = 42.39%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=19.03%
G=42.39%
B=38.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102452230.5500.090.04170.2287.169.61
Hex6EF5DF37094aa5746
Octal156365337670114252127106
Binary11011101111010111011111110111010011001010101010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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