#99AEAA

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

Shades of Conch #99AEAA

Tints of Conch #99AEAA

Color information

#99AEAA (or 0x99AEAA) is unknown color: approx Conch. HEX triplet: 99, AE and AA. RGB value is (153,174,170). Sum of RGB (Red+Green+Blue) = 153+174+170=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAA is #665155. Grayscale: #A7A7A7. Windows color (decimal): -6705494 or 11185817. OLE color: 11185817.

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

Color convert

RGB153174170-
CMYK0.1200.020.32
HSL168.57º11.48%64.12%-
HSV(B)168.57º12.07%68.24%-
XYZ35.5339.9543.87-
YUV167.26129.54117.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=30.78%
G=35.01%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741700.1200.020.32168.5711.4864.12
Hex99AEAAC0220a9b40
Octal23125625214024025113100
Binary10011001101011101010101011000101000001010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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