#6FF8CE

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

Shades of Aquamarine #6FF8CE

Tints of Aquamarine #6FF8CE

Color information

#6FF8CE (or 0x6FF8CE) is unknown color: approx Aquamarine. HEX triplet: 6F, F8 and CE. RGB value is (111,248,206). Sum of RGB (Red+Green+Blue) = 111+248+206=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF8CE is #900731. Grayscale: #CACACA. Windows color (decimal): -9439026 or 13564015. OLE color: 13564015.

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

Color convert

RGB111248206-
CMYK0.5500.170.03
HSL161.61º90.73%70.39%-
HSV(B)161.61º55.24%97.25%-
XYZ51.2674.9770.16-
YUV202.25130.1162.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.65%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=19.65%
G=43.89%
B=36.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112482060.5500.170.03161.6190.7370.39
Hex6FF8CE370113a25b46
Octal157370316670213242133106
Binary11011111111100011001110110111010001111010001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,248,206); }

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

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

 a { background-color: rgb(111,248,206); }

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

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

 span { border-color: rgb(111,248,206); }

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