Html Css Color HEX #9FBEAA Skeptic

📋 copy color: '#9FBEAA'

red 159 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #9FBEAA

Tints of Skeptic #9FBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

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

R = 30.64%
G = 36.61%
B = 32.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#9FBEAA (or 0x9FBEAA) is known color: Skeptic. HEX triplet: 9F, BE and AA. RGB value is (159,190,170). Sum of RGB (Red+Green+Blue) = 159+190+170=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEAA is #604155. Grayscale: #B2B2B2. Windows color (decimal): -6308182 or 11189919. OLE color: 11189919.

HSL color Cylindrical-coordinate representation of color #9FBEAA: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEAA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 170 -
CMYK 0.16 0 0.11 0.25
HSL 141.29º 0.19% 0.68% -
HSV(B) 141.29º 0.16% 0.75% -
XYZ 39.97 47.1 45.01 -
YUV 178.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 159 190 170 0.16 0 0.11 0.25 141.29 0.19 0.68
Hex 9F BE AA 10 0 B 19 8D 13 44
Octal 237 276 252 20 0 13 31 215 23 104
Binary 10011111 10111110 10101010 10000 0 1011 11001 10001101 10011 1000100

Color Harmonies of #9FBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEAA

Black with #9FBEAA

Text Example


Text Example

White with #9FBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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