Html Css Color HEX #9FBFAA Gum Leaf

📋 copy color: '#9FBFAA'

red 159 ◦ green 191 ◦ blue 170

#9FBFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #9FBFAA

Tints of Gum Leaf #9FBFAA

RGB

 RED value IS 159 (62.5% from 255) = 30.58%

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 30.58%
G = 36.73%
B = 32.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#9FBFAA (or 0x9FBFAA) is known color: Gum Leaf. HEX triplet: 9F, BF and AA. RGB value is (159,191,170). Sum of RGB (Red+Green+Blue) = 159+191+170=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFAA is #604055. Grayscale: #B3B3B3. Windows color (decimal): -6307926 or 11190175. OLE color: 11190175.

HSL color Cylindrical-coordinate representation of color #9FBFAA: hue angle of 140.62º degrees, saturation: 0.2, 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 #9FBFAA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 191 170 -
CMYK 0.17 0 0.11 0.25
HSL 140.63º 0.2% 0.69% -
HSV(B) 140.63º 0.17% 0.75% -
XYZ 40.18 47.53 45.09 -
YUV 179.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 159 191 170 0.17 0 0.11 0.25 140.63 0.2 0.69
Hex 9F BF AA 11 0 B 19 8D 14 45
Octal 237 277 252 21 0 13 31 215 24 105
Binary 10011111 10111111 10101010 10001 0 1011 11001 10001101 10100 1000101

Color Harmonies of #9FBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFAA

Black with #9FBFAA

Text Example


Text Example

White with #9FBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,170); }

 H1.HeaderClassName
 {
   color: #9FBFAA;
 }
 .AnyTagClassName
 {
   color: #9FBFAA;
 }
</style>

background-color css

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

 a { background-color: rgb(159,191,170); }

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

border-color css

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

 span { border-color: rgb(159,191,170); }

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