#96ACA7

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

Shades of Sea Nymph #96ACA7

Tints of Sea Nymph #96ACA7

Color information

#96ACA7 (or 0x96ACA7) is unknown color: approx Sea Nymph. HEX triplet: 96, AC and A7. RGB value is (150,172,167). Sum of RGB (Red+Green+Blue) = 150+172+167=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACA7 is #695358. Grayscale: #A4A4A4. Windows color (decimal): -6902617 or 10988694. OLE color: 10988694.

HSL color Cylindrical-coordinate representation of color #96ACA7: hue angle of 166.36º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ACA7 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB150172167-
CMYK0.1300.030.33
HSL166.36º11.7%63.14%-
HSV(B)166.36º12.79%67.45%-
XYZ34.3138.7842.24-
YUV164.85129.21117.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=30.67%
G=35.17%
B=34.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721670.1300.030.33166.3611.763.14
Hex96ACA7D0321a6c3f
Octal2262542471503412461477
Binary1001011010101100101001111101011100001101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,167); }

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

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

 a { background-color: rgb(150,172,167); }

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

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

 span { border-color: rgb(150,172,167); }

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