Html Css Color HEX #9BB6AD Skeptic

📋 copy color: '#9BB6AD'

red 155 ◦ green 182 ◦ blue 173

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

Shades of Skeptic #9BB6AD

Tints of Skeptic #9BB6AD

RGB

 RED value IS 155 (60.94% from 255) = 30.39%

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

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 30.39%
G = 35.69%
B = 33.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#9BB6AD (or 0x9BB6AD) is known color: Skeptic. HEX triplet: 9B, B6 and AD. RGB value is (155,182,173). Sum of RGB (Red+Green+Blue) = 155+182+173=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6AD is #644952. Grayscale: #ACACAC. Windows color (decimal): -6572371 or 11384475. OLE color: 11384475.

HSL color Cylindrical-coordinate representation of color #9BB6AD: hue angle of 160º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB6AD is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 173 -
CMYK 0.15 0 0.05 0.29
HSL 160º 0.16% 0.66% -
HSV(B) 160º 0.15% 0.71% -
XYZ 37.79 43.44 45.93 -
YUV 172.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 155 182 173 0.15 0 0.05 0.29 160 0.16 0.66
Hex 9B B6 AD F 0 5 1D A0 10 42
Octal 233 266 255 17 0 5 35 240 20 102
Binary 10011011 10110110 10101101 1111 0 101 11101 10100000 10000 1000010

Color Harmonies of #9BB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB6AD

Black with #9BB6AD

Text Example


Text Example

White with #9BB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,182,173); }

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

background-color css

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

 a { background-color: rgb(155,182,173); }

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

border-color css

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

 span { border-color: rgb(155,182,173); }

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