#9FC0BB

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

Shades of Shadow Green #9FC0BB

Tints of Shadow Green #9FC0BB

Color information

#9FC0BB (or 0x9FC0BB) is unknown color: approx Shadow Green. HEX triplet: 9F, C0 and BB. RGB value is (159,192,187). Sum of RGB (Red+Green+Blue) = 159+192+187=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0BB is #603F44. Grayscale: #B5B5B5. Windows color (decimal): -6307653 or 12304543. OLE color: 12304543.

HSL color Cylindrical-coordinate representation of color #9FC0BB: hue angle of 170.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FC0BB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB159192187-
CMYK0.1700.030.25
HSL170.91º20.75%68.82%-
HSV(B)170.91º17.19%75.29%-
XYZ42.1248.6654.19-
YUV181.56131.07111.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=29.55%
G=35.69%
B=34.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921870.1700.030.25170.9120.7568.82
Hex9FC0BB110319ab1545
Octal23730027321033125325105
Binary100111111100000010111011100010111100110101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC0BB; }

 p { color: rgb(159,192,187); }

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

<style>
 a { background-color: #9FC0BB; }

 a { background-color: rgb(159,192,187); }

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

<style>
 span { border-color: #9FC0BB; }

 span { border-color: rgb(159,192,187); }

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