#8FB9AF

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

Shades of Shadow Green #8FB9AF

Tints of Shadow Green #8FB9AF

Color information

#8FB9AF (or 0x8FB9AF) is unknown color: approx Shadow Green. HEX triplet: 8F, B9 and AF. RGB value is (143,185,175). Sum of RGB (Red+Green+Blue) = 143+185+175=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB9AF is #704650. Grayscale: #ABABAB. Windows color (decimal): -7358033 or 11516303. OLE color: 11516303.

HSL color Cylindrical-coordinate representation of color #8FB9AF: hue angle of 165.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB9AF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB143185175-
CMYK0.2300.050.27
HSL165.71º23.08%64.31%-
HSV(B)165.71º22.7%72.55%-
XYZ36.4143.6347.06-
YUV171.3130.09107.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=28.43%
G=36.78%
B=34.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851750.2300.050.27165.7123.0864.31
Hex8FB9AF17051Ba61740
Octal21727125727053324627100
Binary1000111110111001101011111011101011101110100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,175); }

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

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

 a { background-color: rgb(143,185,175); }

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

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

 span { border-color: rgb(143,185,175); }

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