#98DD9F

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

Shades of Chinook #98DD9F

Tints of Chinook #98DD9F

Color information

#98DD9F (or 0x98DD9F) is unknown color: approx Chinook. HEX triplet: 98, DD and 9F. RGB value is (152,221,159). Sum of RGB (Red+Green+Blue) = 152+221+159=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD9F is #672260. Grayscale: #C1C1C1. Windows color (decimal): -6759009 or 10476952. OLE color: 10476952.

HSL color Cylindrical-coordinate representation of color #98DD9F: hue angle of 126.09º 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 #98DD9F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB152221159-
CMYK0.3100.280.13
HSL126.09º50.36%73.14%-
HSV(B)126.09º31.22%86.67%-
XYZ45.0660.8942.18-
YUV193.3108.6498.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=28.57%
G=41.54%
B=29.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211590.3100.280.13126.0950.3673.14
Hex98DD9F1F01CD7e3249
Octal230335237370341517662111
Binary10011000110111011001111111111011100110111111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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