Html Css Color HEX #9AB6AB Skeptic

📋 copy color: '#9AB6AB'

red 154 ◦ green 182 ◦ blue 171

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

Shades of Skeptic #9AB6AB

Tints of Skeptic #9AB6AB

RGB

 RED value IS 154 (60.55% from 255) = 30.37%

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

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

R = 30.37%
G = 35.9%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#9AB6AB (or 0x9AB6AB) is known color: Skeptic. HEX triplet: 9A, B6 and AB. RGB value is (154,182,171). Sum of RGB (Red+Green+Blue) = 154+182+171=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB6AB is #654954. Grayscale: #ACACAC. Windows color (decimal): -6637909 or 11253402. OLE color: 11253402.

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

Color convert

RGB 154 182 171 -
CMYK 0.15 0 0.06 0.29
HSL 156.43º 0.16% 0.66% -
HSV(B) 156.43º 0.15% 0.71% -
XYZ 37.41 43.27 44.91 -
YUV 172.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 154 182 171 0.15 0 0.06 0.29 156.43 0.16 0.66
Hex 9A B6 AB F 0 6 1D 9C 10 42
Octal 232 266 253 17 0 6 35 234 20 102
Binary 10011010 10110110 10101011 1111 0 110 11101 10011100 10000 1000010

Color Harmonies of #9AB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB6AB

Black with #9AB6AB

Text Example


Text Example

White with #9AB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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