#9FC8BA

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

Shades of Shadow Green #9FC8BA

Tints of Shadow Green #9FC8BA

Color information

#9FC8BA (or 0x9FC8BA) is unknown color: approx Shadow Green. HEX triplet: 9F, C8 and BA. RGB value is (159,200,186). Sum of RGB (Red+Green+Blue) = 159+200+186=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8BA is #603745. Grayscale: #BABABA. Windows color (decimal): -6305606 or 12241055. OLE color: 12241055.

HSL color Cylindrical-coordinate representation of color #9FC8BA: hue angle of 159.51º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8BA is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB159200186-
CMYK0.2000.070.22
HSL159.51º27.15%70.39%-
HSV(B)159.51º20.5%78.43%-
XYZ43.8252.2254.23-
YUV186.14127.92108.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=29.17%
G=36.70%
B=34.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001860.2000.070.22159.5127.1570.39
Hex9FC8BA140716a01b46
Octal23731027224072624033106
Binary1001111111001000101110101010001111011010100000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,200,186); }

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

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

 a { background-color: rgb(159,200,186); }

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

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

 span { border-color: rgb(159,200,186); }

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