#99B1AA

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

Shades of Conch #99B1AA

Tints of Conch #99B1AA

Color information

#99B1AA (or 0x99B1AA) is unknown color: approx Conch. HEX triplet: 99, B1 and AA. RGB value is (153,177,170). Sum of RGB (Red+Green+Blue) = 153+177+170=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #99B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B1AA is #664E55. Grayscale: #A9A9A9. Windows color (decimal): -6704726 or 11186585. OLE color: 11186585.

HSL color Cylindrical-coordinate representation of color #99B1AA: hue angle of 162.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B1AA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB153177170-
CMYK0.1400.040.31
HSL162.5º13.33%64.71%-
HSV(B)162.5º13.56%69.41%-
XYZ36.1141.1244.06-
YUV169.03128.55116.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 170 (66.80% from 255) = 34%
R=30.6%
G=35.4%
B=34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531771700.1400.040.31162.513.3364.71
Hex99B1AAE041Fa2d41
Octal23126125216043724215101
Binary10011001101100011010101011100100111111010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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