#98DDAC

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

Shades of Chinook #98DDAC

Tints of Chinook #98DDAC

Color information

#98DDAC (or 0x98DDAC) is unknown color: approx Chinook. HEX triplet: 98, DD and AC. RGB value is (152,221,172). Sum of RGB (Red+Green+Blue) = 152+221+172=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAC is #672253. Grayscale: #C2C2C2. Windows color (decimal): -6758996 or 11328920. OLE color: 11328920.

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

Color convert

RGB152221172-
CMYK0.3100.220.13
HSL137.39º50.36%73.14%-
HSV(B)137.39º31.22%86.67%-
XYZ46.2561.3748.44-
YUV194.78115.1497.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=27.89%
G=40.55%
B=31.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211720.3100.220.13137.3950.3673.14
Hex98DDAC1F016D893249
Octal230335254370261521162111
Binary100110001101110110101100111110101101101100010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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