#96B5AD

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

Shades of Conch #96B5AD

Tints of Conch #96B5AD

Color information

#96B5AD (or 0x96B5AD) is unknown color: approx Conch. HEX triplet: 96, B5 and AD. RGB value is (150,181,173). Sum of RGB (Red+Green+Blue) = 150+181+173=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5AD is #694A52. Grayscale: #AAAAAA. Windows color (decimal): -6900307 or 11384214. OLE color: 11384214.

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

Color convert

RGB150181173-
CMYK0.1700.040.29
HSL164.52º17.32%64.9%-
HSV(B)164.52º17.13%70.98%-
XYZ36.6442.5545.82-
YUV170.82129.23113.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=29.76%
G=35.91%
B=34.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501811730.1700.040.29164.5217.3264.9
Hex96B5AD11041Da51141
Octal22626525521043524521101
Binary1001011010110101101011011000101001110110100101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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