#96B2AF

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

Shades of Conch #96B2AF

Tints of Conch #96B2AF

Color information

#96B2AF (or 0x96B2AF) is unknown color: approx Conch. HEX triplet: 96, B2 and AF. RGB value is (150,178,175). Sum of RGB (Red+Green+Blue) = 150+178+175=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2AF is #694D50. Grayscale: #A9A9A9. Windows color (decimal): -6901073 or 11514518. OLE color: 11514518.

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

Color convert

RGB150178175-
CMYK0.1600.020.30
HSL173.57º15.38%64.31%-
HSV(B)173.57º15.73%69.8%-
XYZ36.2441.4246.64-
YUV169.29131.22114.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=29.82%
G=35.39%
B=34.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501781750.1600.020.30173.5715.3864.31
Hex96B2AF10021Eaef40
Octal22626225720023625617100
Binary10010110101100101010111110000010111101010111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,175); }

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

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

 a { background-color: rgb(150,178,175); }

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

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

 span { border-color: rgb(150,178,175); }

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