#96B3AD

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

Shades of Conch #96B3AD

Tints of Conch #96B3AD

Color information

#96B3AD (or 0x96B3AD) is unknown color: approx Conch. HEX triplet: 96, B3 and AD. RGB value is (150,179,173). Sum of RGB (Red+Green+Blue) = 150+179+173=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #96B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B3AD is #694C52. Grayscale: #A9A9A9. Windows color (decimal): -6900819 or 11383702. OLE color: 11383702.

HSL color Cylindrical-coordinate representation of color #96B3AD: hue angle of 167.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B3AD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB150179173-
CMYK0.1600.030.30
HSL167.59º16.02%64.51%-
HSV(B)167.59º16.2%70.2%-
XYZ36.2441.7445.68-
YUV169.64129.89113.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=29.88%
G=35.66%
B=34.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791730.1600.030.30167.5916.0264.51
Hex96B3AD10031Ea81041
Octal22626325520033625020101
Binary100101101011001110101101100000111111010101000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B3AD; }

 p { color: rgb(150,179,173); }

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

<style>
 a { background-color: #96B3AD; }

 a { background-color: rgb(150,179,173); }

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

<style>
 span { border-color: #96B3AD; }

 span { border-color: rgb(150,179,173); }

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