#98DDAA

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

Shades of Chinook #98DDAA

Tints of Chinook #98DDAA

Color information

#98DDAA (or 0x98DDAA) is unknown color: approx Chinook. HEX triplet: 98, DD and AA. RGB value is (152,221,170). Sum of RGB (Red+Green+Blue) = 152+221+170=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAA is #672255. Grayscale: #C2C2C2. Windows color (decimal): -6758998 or 11197848. OLE color: 11197848.

HSL color Cylindrical-coordinate representation of color #98DDAA: hue angle of 135.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDAA is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB152221170-
CMYK0.3100.230.13
HSL135.65º50.36%73.14%-
HSV(B)135.65º31.22%86.67%-
XYZ46.0661.2947.43-
YUV194.56114.1497.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=27.99%
G=40.70%
B=31.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211700.3100.230.13135.6550.3673.14
Hex98DDAA1F017D883249
Octal230335252370271521062111
Binary100110001101110110101010111110101111101100010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DDAA; }

 p { color: rgb(152,221,170); }

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

<style>
 a { background-color: #98DDAA; }

 a { background-color: rgb(152,221,170); }

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

<style>
 span { border-color: #98DDAA; }

 span { border-color: rgb(152,221,170); }

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