#96AEAA

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

Shades of Conch #96AEAA

Tints of Conch #96AEAA

Color information

#96AEAA (or 0x96AEAA) is unknown color: approx Conch. HEX triplet: 96, AE and AA. RGB value is (150,174,170). Sum of RGB (Red+Green+Blue) = 150+174+170=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAA is #695155. Grayscale: #A6A6A6. Windows color (decimal): -6902102 or 11185814. OLE color: 11185814.

HSL color Cylindrical-coordinate representation of color #96AEAA: hue angle of 170º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEAA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB150174170-
CMYK0.1400.020.32
HSL170º12.9%63.53%-
HSV(B)170º13.79%68.24%-
XYZ34.9739.6643.84-
YUV166.37130.05116.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=30.36%
G=35.22%
B=34.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741700.1400.020.3217012.963.53
Hex96AEAAE0220aad40
Octal22625625216024025215100
Binary10010110101011101010101011100101000001010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,170); }

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

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

 a { background-color: rgb(150,174,170); }

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

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

 span { border-color: rgb(150,174,170); }

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