#99AFAA

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

Shades of Conch #99AFAA

Tints of Conch #99AFAA

Color information

#99AFAA (or 0x99AFAA) is unknown color: approx Conch. HEX triplet: 99, AF and AA. RGB value is (153,175,170). Sum of RGB (Red+Green+Blue) = 153+175+170=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFAA is #665055. Grayscale: #A7A7A7. Windows color (decimal): -6705238 or 11186073. OLE color: 11186073.

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

Color convert

RGB153175170-
CMYK0.1300.030.31
HSL166.36º12.09%64.31%-
HSV(B)166.36º12.57%68.63%-
XYZ35.7240.3343.93-
YUV167.85129.21117.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=30.72%
G=35.14%
B=34.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751700.1300.030.31166.3612.0964.31
Hex99AFAAD031Fa6c40
Octal23125725215033724614100
Binary1001100110101111101010101101011111111010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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