#6FF6BF

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

Shades of Aquamarine #6FF6BF

Tints of Aquamarine #6FF6BF

Color information

#6FF6BF (or 0x6FF6BF) is unknown color: approx Aquamarine. HEX triplet: 6F, F6 and BF. RGB value is (111,246,191). Sum of RGB (Red+Green+Blue) = 111+246+191=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #6FF6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF6BF is #900940. Grayscale: #C7C7C7. Windows color (decimal): -9439553 or 12580463. OLE color: 12580463.

HSL color Cylindrical-coordinate representation of color #6FF6BF: hue angle of 155.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF6BF is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB111246191-
CMYK0.5500.220.04
HSL155.56º88.24%70%-
HSV(B)155.56º54.88%96.47%-
XYZ48.9273.0560.81-
YUV199.36123.2764.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.26%
GREEN value IS 246 (96.48% from 255) = 44.89%
BLUE value IS 191 (75% from 255) = 34.85%
R=20.26%
G=44.89%
B=34.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112461910.5500.220.04155.5688.2470
Hex6FF6BF3701649c5846
Octal157366277670264234130106
Binary110111111110110101111111101110101101001001110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,246,191); }

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

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

 a { background-color: rgb(111,246,191); }

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

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

 span { border-color: rgb(111,246,191); }

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