#6EF8DF

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

Shades of Aquamarine #6EF8DF

Tints of Aquamarine #6EF8DF

Color information

#6EF8DF (or 0x6EF8DF) is unknown color: approx Aquamarine. HEX triplet: 6E, F8 and DF. RGB value is (110,248,223). Sum of RGB (Red+Green+Blue) = 110+248+223=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF8DF is #910720. Grayscale: #CBCBCB. Windows color (decimal): -9504545 or 14678126. OLE color: 14678126.

HSL color Cylindrical-coordinate representation of color #6EF8DF: hue angle of 169.13º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8DF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB110248223-
CMYK0.5600.100.03
HSL169.13º90.79%70.2%-
HSV(B)169.13º55.65%97.25%-
XYZ53.3275.7881.63-
YUV203.89138.7861.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.93%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=18.93%
G=42.69%
B=38.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1102482230.5600.100.03169.1390.7970.2
Hex6EF8DF380A3a95b46
Octal156370337700123251133106
Binary1101110111110001101111111100001010111010100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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