Html Css Color HEX #9EBBAA Skeptic

📋 copy color: '#9EBBAA'

red 158 ◦ green 187 ◦ blue 170

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

Shades of Skeptic #9EBBAA

Tints of Skeptic #9EBBAA

RGB

 RED value IS 158 (62.11% from 255) = 30.68%

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

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

R = 30.68%
G = 36.31%
B = 33.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#9EBBAA (or 0x9EBBAA) is known color: Skeptic. HEX triplet: 9E, BB and AA. RGB value is (158,187,170). Sum of RGB (Red+Green+Blue) = 158+187+170=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBAA is #614455. Grayscale: #B0B0B0. Windows color (decimal): -6374486 or 11189150. OLE color: 11189150.

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

Color convert

RGB 158 187 170 -
CMYK 0.16 0 0.09 0.27
HSL 144.83º 0.18% 0.68% -
HSV(B) 144.83º 0.16% 0.73% -
XYZ 39.13 45.71 44.79 -
YUV 176.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 158 187 170 0.16 0 0.09 0.27 144.83 0.18 0.68
Hex 9E BB AA 10 0 9 1B 91 12 44
Octal 236 273 252 20 0 11 33 221 22 104
Binary 10011110 10111011 10101010 10000 0 1001 11011 10010001 10010 1000100

Color Harmonies of #9EBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBAA

Black with #9EBBAA

Text Example


Text Example

White with #9EBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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