#99AEAB

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

Shades of Conch #99AEAB

Tints of Conch #99AEAB

Color information

#99AEAB (or 0x99AEAB) is unknown color: approx Conch. HEX triplet: 99, AE and AB. RGB value is (153,174,171). Sum of RGB (Red+Green+Blue) = 153+174+171=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAB is #665154. Grayscale: #A7A7A7. Windows color (decimal): -6705493 or 11251353. OLE color: 11251353.

HSL color Cylindrical-coordinate representation of color #99AEAB: hue angle of 171.43º 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 #99AEAB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB153174171-
CMYK0.1200.020.32
HSL171.43º11.48%64.12%-
HSV(B)171.43º12.07%68.24%-
XYZ35.6239.9844.37-
YUV167.38130.04117.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=30.72%
G=34.94%
B=34.34%

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
Decimal1531741710.1200.020.32171.4311.4864.12
Hex99AEABC0220abb40
Octal23125625314024025313100
Binary10011001101011101010101111000101000001010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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