#99AB9F

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

Shades of Edward #99AB9F

Tints of Edward #99AB9F

Color information

#99AB9F (or 0x99AB9F) is unknown color: approx Edward. HEX triplet: 99, AB and 9F. RGB value is (153,171,159). Sum of RGB (Red+Green+Blue) = 153+171+159=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB9F is #665460. Grayscale: #A4A4A4. Windows color (decimal): -6706273 or 10464153. OLE color: 10464153.

HSL color Cylindrical-coordinate representation of color #99AB9F: hue angle of 140º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99AB9F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB153171159-
CMYK0.1100.070.33
HSL140º9.68%63.53%-
HSV(B)140º10.53%67.06%-
XYZ33.9638.438.42-
YUV164.25125.04119.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=31.68%
G=35.40%
B=32.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711590.1100.070.331409.6863.53
Hex99AB9FB07218ca40
Octal23125323713074121412100
Binary100110011010101110011111101101111000011000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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