Html Css Color HEX #99B8AB Skeptic

📋 copy color: '#99B8AB'

red 153 ◦ green 184 ◦ blue 171

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

Shades of Skeptic #99B8AB

Tints of Skeptic #99B8AB

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 value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#99B8AB (or 0x99B8AB) is known color: 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

RGB 153 184 171 -
CMYK 0.17 0 0.07 0.28
HSL 154.84º 0.18% 0.66% -
HSV(B) 154.84º 0.17% 0.72% -
XYZ 37.63 43.99 45.04 -
YUV 173.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 153 184 171 0.17 0 0.07 0.28 154.84 0.18 0.66
Hex 99 B8 AB 11 0 7 1C 9B 12 42
Octal 231 270 253 21 0 7 34 233 22 102
Binary 10011001 10111000 10101011 10001 0 111 11100 10011011 10010 1000010

Color Harmonies of #99B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8AB

Black with #99B8AB

Text Example


Text Example

White with #99B8AB

Text Example


Text Example

HTML Codes & Css Web 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>