#99B0AD

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

Shades of Conch #99B0AD

Tints of Conch #99B0AD

Color information

#99B0AD (or 0x99B0AD) is unknown color: approx Conch. HEX triplet: 99, B0 and AD. RGB value is (153,176,173). Sum of RGB (Red+Green+Blue) = 153+176+173=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0AD is #664F52. Grayscale: #A8A8A8. Windows color (decimal): -6704979 or 11382937. OLE color: 11382937.

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

Color convert

RGB153176173-
CMYK0.1300.020.31
HSL172.17º12.71%64.51%-
HSV(B)172.17º13.07%69.02%-
XYZ36.2140.8445.51-
YUV168.78130.38116.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=30.48%
G=35.06%
B=34.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531761730.1300.020.31172.1712.7164.51
Hex99B0ADD021Facd41
Octal23126025515023725415101
Binary1001100110110000101011011101010111111010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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