#6FF8CF

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

Shades of Aquamarine #6FF8CF

Tints of Aquamarine #6FF8CF

Color information

#6FF8CF (or 0x6FF8CF) is unknown color: approx Aquamarine. HEX triplet: 6F, F8 and CF. RGB value is (111,248,207). Sum of RGB (Red+Green+Blue) = 111+248+207=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF8CF is #900730. Grayscale: #CACACA. Windows color (decimal): -9439025 or 13629551. OLE color: 13629551.

HSL color Cylindrical-coordinate representation of color #6FF8CF: hue angle of 162.04º 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 #6FF8CF is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB111248207-
CMYK0.5500.170.03
HSL162.04º90.73%70.39%-
HSV(B)162.04º55.24%97.25%-
XYZ51.3975.0270.8-
YUV202.36130.6162.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.61%
GREEN value IS 248 (97.27% from 255) = 43.82%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=19.61%
G=43.82%
B=36.57%

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
Decimal1112482070.5500.170.03162.0490.7370.39
Hex6FF8CF370113a25b46
Octal157370317670213242133106
Binary11011111111100011001111110111010001111010001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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