#99DBA5

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

Shades of Chinook #99DBA5

Tints of Chinook #99DBA5

Color information

#99DBA5 (or 0x99DBA5) is unknown color: approx Chinook. HEX triplet: 99, DB and A5. RGB value is (153,219,165). Sum of RGB (Red+Green+Blue) = 153+219+165=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA5 is #66245A. Grayscale: #C1C1C1. Windows color (decimal): -6693979 or 10869657. OLE color: 10869657.

HSL color Cylindrical-coordinate representation of color #99DBA5: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBA5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB153219165-
CMYK0.3000.250.14
HSL130.91º47.83%72.94%-
HSV(B)130.91º30.14%85.88%-
XYZ45.2660.1544.82-
YUV193.11112.1399.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=28.49%
G=40.78%
B=30.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191650.3000.250.14130.9147.8372.94
Hex99DBA51E019E833049
Octal231333245360311620360111
Binary100110011101101110100101111100110011110100000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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