Html Css Color HEX #9EB6AB Skeptic

📋 copy color: '#9EB6AB'

red 158 ◦ green 182 ◦ blue 171

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

Shades of Skeptic #9EB6AB

Tints of Skeptic #9EB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 30.92%
G = 35.62%
B = 33.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#9EB6AB (or 0x9EB6AB) is known color: Skeptic. HEX triplet: 9E, B6 and AB. RGB value is (158,182,171). Sum of RGB (Red+Green+Blue) = 158+182+171=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AB is #614954. Grayscale: #ADADAD. Windows color (decimal): -6375765 or 11253406. OLE color: 11253406.

HSL color Cylindrical-coordinate representation of color #9EB6AB: hue angle of 152.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB6AB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 171 -
CMYK 0.13 0 0.06 0.29
HSL 152.5º 0.14% 0.67% -
HSV(B) 152.5º 0.13% 0.71% -
XYZ 38.18 43.67 44.94 -
YUV 173.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 158 182 171 0.13 0 0.06 0.29 152.5 0.14 0.67
Hex 9E B6 AB D 0 6 1D 98 E 43
Octal 236 266 253 15 0 6 35 230 16 103
Binary 10011110 10110110 10101011 1101 0 110 11101 10011000 1110 1000011

Color Harmonies of #9EB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6AB

Black with #9EB6AB

Text Example


Text Example

White with #9EB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,171); }

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

background-color css

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

 a { background-color: rgb(158,182,171); }

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

border-color css

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

 span { border-color: rgb(158,182,171); }

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