#99B4AA

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

Shades of Skeptic #99B4AA

Tints of Skeptic #99B4AA

Color information

#99B4AA (or 0x99B4AA) is unknown color: approx Skeptic. HEX triplet: 99, B4 and AA. RGB value is (153,180,170). Sum of RGB (Red+Green+Blue) = 153+180+170=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4AA is #664B55. Grayscale: #AAAAAA. Windows color (decimal): -6703958 or 11187353. OLE color: 11187353.

HSL color Cylindrical-coordinate representation of color #99B4AA: hue angle of 157.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4AA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB153180170-
CMYK0.1500.060.29
HSL157.78º15.25%65.29%-
HSV(B)157.78º15%70.59%-
XYZ36.7142.3244.26-
YUV170.79127.55115.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=30.42%
G=35.79%
B=33.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801700.1500.060.29157.7815.2565.29
Hex99B4AAF061D9ef41
Octal23126425217063523617101
Binary10011001101101001010101011110110111011001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,170); }

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

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

 a { background-color: rgb(153,180,170); }

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

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

 span { border-color: rgb(153,180,170); }

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