#98DDAD

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

Shades of Chinook #98DDAD

Tints of Chinook #98DDAD

Color information

#98DDAD (or 0x98DDAD) is unknown color: approx Chinook. HEX triplet: 98, DD and AD. RGB value is (152,221,173). Sum of RGB (Red+Green+Blue) = 152+221+173=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DDAD is #672252. Grayscale: #C3C3C3. Windows color (decimal): -6758995 or 11394456. OLE color: 11394456.

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

Color convert

RGB152221173-
CMYK0.3100.220.13
HSL138.26º50.36%73.14%-
HSV(B)138.26º31.22%86.67%-
XYZ46.3561.4148.94-
YUV194.9115.6497.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=27.84%
G=40.48%
B=31.68%

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
Decimal1522211730.3100.220.13138.2650.3673.14
Hex98DDAD1F016D8a3249
Octal230335255370261521262111
Binary100110001101110110101101111110101101101100010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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