#9FC9BA

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

Shades of Shadow Green #9FC9BA

Tints of Shadow Green #9FC9BA

Color information

#9FC9BA (or 0x9FC9BA) is unknown color: approx Shadow Green. HEX triplet: 9F, C9 and BA. RGB value is (159,201,186). Sum of RGB (Red+Green+Blue) = 159+201+186=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BA is #603645. Grayscale: #BABABA. Windows color (decimal): -6305350 or 12241311. OLE color: 12241311.

HSL color Cylindrical-coordinate representation of color #9FC9BA: hue angle of 158.57º degrees, saturation: 0.28, 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 #9FC9BA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB159201186-
CMYK0.2100.070.21
HSL158.57º28%70.59%-
HSV(B)158.57º20.9%78.82%-
XYZ44.0552.6954.3-
YUV186.73127.59108.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.12%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=29.12%
G=36.81%
B=34.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011860.2100.070.21158.572870.59
Hex9FC9BA1507159f1c47
Octal23731127225072523734107
Binary1001111111001001101110101010101111010110011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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