#8FFFBF

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

Shades of Aquamarine #8FFFBF

Tints of Aquamarine #8FFFBF

Color information

#8FFFBF (or 0x8FFFBF) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and BF. RGB value is (143,255,191). Sum of RGB (Red+Green+Blue) = 143+255+191=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFBF is #700040. Grayscale: #D6D6D6. Windows color (decimal): -7340097 or 12582799. OLE color: 12582799.

HSL color Cylindrical-coordinate representation of color #8FFFBF: hue angle of 145.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFBF is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB143255191-
CMYK0.4400.250
HSL145.71º100%78.04%-
HSV(B)145.71º43.92%100%-
XYZ56.4981.1261.97-
YUV214.22114.8977.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.28%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 191 (75% from 255) = 32.43%
R=24.28%
G=43.29%
B=32.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432551910.4400.250145.7110078.04
Hex8FFFBF2C019092644e
Octal217377277540310222144116
Binary10001111111111111011111110110001100101001001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FFFBF; }

 p { color: rgb(143,255,191); }

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

<style>
 a { background-color: #8FFFBF; }

 a { background-color: rgb(143,255,191); }

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

<style>
 span { border-color: #8FFFBF; }

 span { border-color: rgb(143,255,191); }

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