#99DFA5

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

Shades of Chinook #99DFA5

Tints of Chinook #99DFA5

Color information

#99DFA5 (or 0x99DFA5) is unknown color: approx Chinook. HEX triplet: 99, DF and A5. RGB value is (153,223,165). Sum of RGB (Red+Green+Blue) = 153+223+165=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFA5 is #66205A. Grayscale: #C3C3C3. Windows color (decimal): -6692955 or 10870681. OLE color: 10870681.

HSL color Cylindrical-coordinate representation of color #99DFA5: hue angle of 130.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFA5 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB153223165-
CMYK0.3100.260.13
HSL130.29º52.24%73.73%-
HSV(B)130.29º31.39%87.45%-
XYZ46.3262.2645.17-
YUV195.46110.8197.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=28.28%
G=41.22%
B=30.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231650.3100.260.13130.2952.2473.73
Hex99DFA51F01AD82344a
Octal231337245370321520264112
Binary100110011101111110100101111110110101101100000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,165); }

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

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

 a { background-color: rgb(153,223,165); }

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

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

 span { border-color: rgb(153,223,165); }

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