#99B9AD

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

Shades of Skeptic #99B9AD

Tints of Skeptic #99B9AD

Color information

#99B9AD (or 0x99B9AD) is unknown color: approx Skeptic. HEX triplet: 99, B9 and AD. RGB value is (153,185,173). Sum of RGB (Red+Green+Blue) = 153+185+173=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #99B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B9AD is #664652. Grayscale: #AEAEAE. Windows color (decimal): -6702675 or 11385241. OLE color: 11385241.

HSL color Cylindrical-coordinate representation of color #99B9AD: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B9AD is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB153185173-
CMYK0.1700.060.27
HSL157.5º18.6%66.27%-
HSV(B)157.5º17.3%72.55%-
XYZ38.0344.4946.12-
YUV174.06127.4112.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=29.94%
G=36.20%
B=33.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851730.1700.060.27157.518.666.27
Hex99B9AD11061B9d1342
Octal23127125521063323523102
Binary1001100110111001101011011000101101101110011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,185,173); }

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

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

 a { background-color: rgb(153,185,173); }

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

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

 span { border-color: rgb(153,185,173); }

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