#99B8AB

Color #99B8AB Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #99B8AB

Tints of Skeptic #99B8AB

Color information

#99B8AB (or 0x99B8AB) is unknown color: approx Skeptic. HEX triplet: 99, B8 and AB. RGB value is (153,184,171). Sum of RGB (Red+Green+Blue) = 153+184+171=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #99B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B8AB is #664754. Grayscale: #ADADAD. Windows color (decimal): -6702933 or 11253913. OLE color: 11253913.

HSL color Cylindrical-coordinate representation of color #99B8AB: hue angle of 154.84º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B8AB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB153184171-
CMYK0.1700.070.28
HSL154.84º17.92%66.08%-
HSV(B)154.84º16.85%72.16%-
XYZ37.6343.9945.04-
YUV173.25126.73113.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=30.12%
G=36.22%
B=33.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531841710.1700.070.28154.8417.9266.08
Hex99B8AB11071C9b1242
Octal23127025321073423322102
Binary1001100110111000101010111000101111110010011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B8AB; }

 p { color: rgb(153,184,171); }

 H1.HeaderClassName
 {
   color: #99B8AB;
 }
 .AnyTagClassName
 {
   color: #99B8AB;
 }
</style>
background-color css

<style>
 a { background-color: #99B8AB; }

 a { background-color: rgb(153,184,171); }

 div.DivClassName
 {
   background-color: #99B8AB;
 }
 .BgClassName
 {
   background-color: #99B8AB;
 }
</style>
border-color css

<style>
 span { border-color: #99B8AB; }

 span { border-color: rgb(153,184,171); }

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