Html Css Color HEX #9EBEAA Skeptic

📋 copy color: '#9EBEAA'

red 158 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #9EBEAA

Tints of Skeptic #9EBEAA

RGB

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

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

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

R = 30.5%
G = 36.68%
B = 32.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#9EBEAA (or 0x9EBEAA) is known color: Skeptic. HEX triplet: 9E, BE and AA. RGB value is (158,190,170). Sum of RGB (Red+Green+Blue) = 158+190+170=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEAA is #614155. Grayscale: #B2B2B2. Windows color (decimal): -6373718 or 11189918. OLE color: 11189918.

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

Color convert

RGB 158 190 170 -
CMYK 0.17 0 0.11 0.25
HSL 142.5º 0.2% 0.68% -
HSV(B) 142.5º 0.17% 0.75% -
XYZ 39.77 47 45.01 -
YUV 178.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 158 190 170 0.17 0 0.11 0.25 142.5 0.2 0.68
Hex 9E BE AA 11 0 B 19 8E 14 44
Octal 236 276 252 21 0 13 31 216 24 104
Binary 10011110 10111110 10101010 10001 0 1011 11001 10001110 10100 1000100

Color Harmonies of #9EBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBEAA

Black with #9EBEAA

Text Example


Text Example

White with #9EBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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