#9FCAB8

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

Shades of Shadow Green #9FCAB8

Tints of Shadow Green #9FCAB8

Color information

#9FCAB8 (or 0x9FCAB8) is unknown color: approx Shadow Green. HEX triplet: 9F, CA and B8. RGB value is (159,202,184). Sum of RGB (Red+Green+Blue) = 159+202+184=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB8 is #603547. Grayscale: #BBBBBB. Windows color (decimal): -6305096 or 12110495. OLE color: 12110495.

HSL color Cylindrical-coordinate representation of color #9FCAB8: hue angle of 154.88º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAB8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB159202184-
CMYK0.2100.090.21
HSL154.88º28.86%70.78%-
HSV(B)154.88º21.29%79.22%-
XYZ44.0753.0753.27-
YUV187.09126.25107.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=29.17%
G=37.06%
B=33.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021840.2100.090.21154.8828.8670.78
Hex9FCAB81509159b1d47
Octal237312270250112523335107
Binary10011111110010101011100010101010011010110011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,184); }

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

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

 a { background-color: rgb(159,202,184); }

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

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

 span { border-color: rgb(159,202,184); }

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