#99D8A8

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

Shades of Chinook #99D8A8

Tints of Chinook #99D8A8

Color information

#99D8A8 (or 0x99D8A8) is unknown color: approx Chinook. HEX triplet: 99, D8 and A8. RGB value is (153,216,168). Sum of RGB (Red+Green+Blue) = 153+216+168=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D8A8 is #662757. Grayscale: #BFBFBF. Windows color (decimal): -6694744 or 11065497. OLE color: 11065497.

HSL color Cylindrical-coordinate representation of color #99D8A8: hue angle of 134.29º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8A8 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB153216168-
CMYK0.2900.220.15
HSL134.29º44.68%72.35%-
HSV(B)134.29º29.17%84.71%-
XYZ44.7658.7146.02-
YUV191.69114.63100.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=28.49%
G=40.22%
B=31.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161680.2900.220.15134.2944.6872.35
Hex99D8A81D016F862d48
Octal231330250350261720655110
Binary100110011101100010101000111010101101111100001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,168); }

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

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

 a { background-color: rgb(153,216,168); }

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

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

 span { border-color: rgb(153,216,168); }

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