Html Css Color HEX #9FC1AB Gum Leaf

📋 copy color: '#9FC1AB'

red 159 ◦ green 193 ◦ blue 171

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

Shades of Gum Leaf #9FC1AB

Tints of Gum Leaf #9FC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 30.4%
G = 36.9%
B = 32.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#9FC1AB (or 0x9FC1AB) is known color: Gum Leaf. HEX triplet: 9F, C1 and AB. RGB value is (159,193,171). Sum of RGB (Red+Green+Blue) = 159+193+171=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC1AB is #603E54. Grayscale: #B4B4B4. Windows color (decimal): -6307413 or 11256223. OLE color: 11256223.

HSL color Cylindrical-coordinate representation of color #9FC1AB: hue angle of 141.18º degrees, saturation: 0.22, 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 #9FC1AB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 171 -
CMYK 0.18 0 0.11 0.24
HSL 141.18º 0.22% 0.69% -
HSV(B) 141.18º 0.18% 0.76% -
XYZ 40.72 48.45 45.73 -
YUV 180.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 159 193 171 0.18 0 0.11 0.24 141.18 0.22 0.69
Hex 9F C1 AB 12 0 B 18 8D 16 45
Octal 237 301 253 22 0 13 30 215 26 105
Binary 10011111 11000001 10101011 10010 0 1011 11000 10001101 10110 1000101

Color Harmonies of #9FC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1AB

Black with #9FC1AB

Text Example


Text Example

White with #9FC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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