#8FAA9B

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

Shades of Summer Green #8FAA9B

Tints of Summer Green #8FAA9B

Color information

#8FAA9B (or 0x8FAA9B) is unknown color: approx Summer Green. HEX triplet: 8F, AA and 9B. RGB value is (143,170,155). Sum of RGB (Red+Green+Blue) = 143+170+155=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA9B is #705564. Grayscale: #A0A0A0. Windows color (decimal): -7361893 or 10201743. OLE color: 10201743.

HSL color Cylindrical-coordinate representation of color #8FAA9B: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAA9B is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB143170155-
CMYK0.1600.090.33
HSL146.67º13.71%61.37%-
HSV(B)146.67º15.88%66.67%-
XYZ31.6236.9636.48-
YUV160.22125.05115.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=30.56%
G=36.32%
B=33.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701550.1600.090.33146.6713.7161.37
Hex8FAA9B10092193e3d
Octal21725223320011412231675
Binary1000111110101010100110111000001001100001100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,155); }

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

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

 a { background-color: rgb(143,170,155); }

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

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

 span { border-color: rgb(143,170,155); }

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