#99CFAA

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

Shades of Chinook #99CFAA

Tints of Chinook #99CFAA

Color information

#99CFAA (or 0x99CFAA) is unknown color: approx Chinook. HEX triplet: 99, CF and AA. RGB value is (153,207,170). Sum of RGB (Red+Green+Blue) = 153+207+170=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CFAA is #663055. Grayscale: #BABABA. Windows color (decimal): -6697046 or 11194265. OLE color: 11194265.

HSL color Cylindrical-coordinate representation of color #99CFAA: hue angle of 138.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFAA is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB153207170-
CMYK0.2600.180.19
HSL138.89º36%70.59%-
HSV(B)138.89º26.09%81.18%-
XYZ42.7154.346.26-
YUV186.64118.61104.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=28.87%
G=39.06%
B=32.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071700.2600.180.19138.893670.59
Hex99CFAA1A012138b2447
Octal231317252320222321344107
Binary1001100111001111101010101101001001010011100010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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