#96AFA9

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

Shades of Conch #96AFA9

Tints of Conch #96AFA9

Color information

#96AFA9 (or 0x96AFA9) is unknown color: approx Conch. HEX triplet: 96, AF and A9. RGB value is (150,175,169). Sum of RGB (Red+Green+Blue) = 150+175+169=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #96AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFA9 is #695056. Grayscale: #A6A6A6. Windows color (decimal): -6901847 or 11120534. OLE color: 11120534.

HSL color Cylindrical-coordinate representation of color #96AFA9: hue angle of 165.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AFA9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB150175169-
CMYK0.1400.030.31
HSL165.6º13.51%63.73%-
HSV(B)165.6º14.29%68.63%-
XYZ35.0740.0143.41-
YUV166.84129.22115.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=30.36%
G=35.43%
B=34.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751690.1400.030.31165.613.5163.73
Hex96AFA9E031Fa6e40
Octal22625725116033724616100
Binary1001011010101111101010011110011111111010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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