Html Css Color HEX #9EB6AC Skeptic

📋 copy color: '#9EB6AC'

red 158 ◦ green 182 ◦ blue 172

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

Shades of Skeptic #9EB6AC

Tints of Skeptic #9EB6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 30.86%
G = 35.55%
B = 33.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#9EB6AC (or 0x9EB6AC) is known color: Skeptic. HEX triplet: 9E, B6 and AC. RGB value is (158,182,172). Sum of RGB (Red+Green+Blue) = 158+182+172=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6AC is #614953. Grayscale: #ADADAD. Windows color (decimal): -6375764 or 11318942. OLE color: 11318942.

HSL color Cylindrical-coordinate representation of color #9EB6AC: hue angle of 155º 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 #9EB6AC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 172 -
CMYK 0.13 0 0.05 0.29
HSL 155º 0.14% 0.67% -
HSV(B) 155º 0.13% 0.71% -
XYZ 38.27 43.7 45.45 -
YUV 173.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 158 182 172 0.13 0 0.05 0.29 155 0.14 0.67
Hex 9E B6 AC D 0 5 1D 9B E 43
Octal 236 266 254 15 0 5 35 233 16 103
Binary 10011110 10110110 10101100 1101 0 101 11101 10011011 1110 1000011

Color Harmonies of #9EB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6AC

Black with #9EB6AC

Text Example


Text Example

White with #9EB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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