Html Css Color HEX #9FBCAA Skeptic

📋 copy color: '#9FBCAA'

red 159 ◦ green 188 ◦ blue 170

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

Shades of Skeptic #9FBCAA

Tints of Skeptic #9FBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 30.75%
G = 36.36%
B = 32.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#9FBCAA (or 0x9FBCAA) is known color: Skeptic. HEX triplet: 9F, BC and AA. RGB value is (159,188,170). Sum of RGB (Red+Green+Blue) = 159+188+170=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCAA is #604355. Grayscale: #B1B1B1. Windows color (decimal): -6308694 or 11189407. OLE color: 11189407.

HSL color Cylindrical-coordinate representation of color #9FBCAA: hue angle of 142.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCAA is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 170 -
CMYK 0.15 0 0.10 0.26
HSL 142.76º 0.18% 0.68% -
HSV(B) 142.76º 0.15% 0.74% -
XYZ 39.54 46.24 44.87 -
YUV 177.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 159 188 170 0.15 0 0.10 0.26 142.76 0.18 0.68
Hex 9F BC AA F 0 A 1A 8F 12 44
Octal 237 274 252 17 0 12 32 217 22 104
Binary 10011111 10111100 10101010 1111 0 1010 11010 10001111 10010 1000100

Color Harmonies of #9FBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCAA

Black with #9FBCAA

Text Example


Text Example

White with #9FBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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