Html Css Color HEX #9FBBAA Skeptic

📋 copy color: '#9FBBAA'

red 159 ◦ green 187 ◦ blue 170

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

Shades of Skeptic #9FBBAA

Tints of Skeptic #9FBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

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

R = 30.81%
G = 36.24%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#9FBBAA (or 0x9FBBAA) is known color: Skeptic. HEX triplet: 9F, BB and AA. RGB value is (159,187,170). Sum of RGB (Red+Green+Blue) = 159+187+170=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAA is #604455. Grayscale: #B0B0B0. Windows color (decimal): -6308950 or 11189151. OLE color: 11189151.

HSL color Cylindrical-coordinate representation of color #9FBBAA: hue angle of 143.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBAA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 170 -
CMYK 0.15 0 0.09 0.27
HSL 143.57º 0.17% 0.68% -
HSV(B) 143.57º 0.15% 0.73% -
XYZ 39.32 45.81 44.8 -
YUV 176.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 159 187 170 0.15 0 0.09 0.27 143.57 0.17 0.68
Hex 9F BB AA F 0 9 1B 90 11 44
Octal 237 273 252 17 0 11 33 220 21 104
Binary 10011111 10111011 10101010 1111 0 1001 11011 10010000 10001 1000100

Color Harmonies of #9FBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBAA

Black with #9FBBAA

Text Example


Text Example

White with #9FBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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