#9FC3AB

Color #9FC3AB Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #9FC3AB

Tints of Gum Leaf #9FC3AB

Color information

#9FC3AB (or 0x9FC3AB) is unknown color: approx Gum Leaf. HEX triplet: 9F, C3 and AB. RGB value is (159,195,171). Sum of RGB (Red+Green+Blue) = 159+195+171=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC3AB is #603C54. Grayscale: #B5B5B5. Windows color (decimal): -6306901 or 11256735. OLE color: 11256735.

HSL color Cylindrical-coordinate representation of color #9FC3AB: hue angle of 140º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC3AB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB159195171-
CMYK0.1800.120.24
HSL140º23.08%69.41%-
HSV(B)140º18.46%76.47%-
XYZ41.1649.3445.88-
YUV181.5122.07111.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=30.29%
G=37.14%
B=32.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591951710.1800.120.2414023.0869.41
Hex9FC3AB120C188c1745
Octal237303253220143021427105
Binary10011111110000111010101110010011001100010001100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,195,171); }

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

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

 a { background-color: rgb(159,195,171); }

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

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

 span { border-color: rgb(159,195,171); }

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