#6FF8CB

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

Shades of Aquamarine #6FF8CB

Tints of Aquamarine #6FF8CB

Color information

#6FF8CB (or 0x6FF8CB) is unknown color: approx Aquamarine. HEX triplet: 6F, F8 and CB. RGB value is (111,248,203). Sum of RGB (Red+Green+Blue) = 111+248+203=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF8CB is #900734. Grayscale: #C9C9C9. Windows color (decimal): -9439029 or 13367407. OLE color: 13367407.

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

Color convert

RGB111248203-
CMYK0.5500.180.03
HSL160.29º90.73%70.39%-
HSV(B)160.29º55.24%97.25%-
XYZ50.974.8368.26-
YUV201.91128.6163.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.75%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=19.75%
G=44.13%
B=36.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1112482030.5500.180.03160.2990.7370.39
Hex6FF8CB370123a05b46
Octal157370313670223240133106
Binary11011111111100011001011110111010010111010000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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