#6FF8AF

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

Shades of Aquamarine #6FF8AF

Tints of Aquamarine #6FF8AF

Color information

#6FF8AF (or 0x6FF8AF) is unknown color: approx Aquamarine. HEX triplet: 6F, F8 and AF. RGB value is (111,248,175). Sum of RGB (Red+Green+Blue) = 111+248+175=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF8AF is #900750. Grayscale: #C6C6C6. Windows color (decimal): -9439057 or 11532399. OLE color: 11532399.

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

Color convert

RGB111248175-
CMYK0.5500.290.03
HSL148.03º90.73%70.39%-
HSV(B)148.03º55.24%97.25%-
XYZ47.8673.6152.24-
YUV198.71114.6165.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 248 (97.27% from 255) = 46.44%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=20.79%
G=46.44%
B=32.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112481750.5500.290.03148.0390.7370.39
Hex6FF8AF3701D3945b46
Octal157370257670353224133106
Binary11011111111100010101111110111011101111001010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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