#98DCAA

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

Shades of Chinook #98DCAA

Tints of Chinook #98DCAA

Color information

#98DCAA (or 0x98DCAA) is unknown color: approx Chinook. HEX triplet: 98, DC and AA. RGB value is (152,220,170). Sum of RGB (Red+Green+Blue) = 152+220+170=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAA is #672355. Grayscale: #C2C2C2. Windows color (decimal): -6759254 or 11197592. OLE color: 11197592.

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

Color convert

RGB152220170-
CMYK0.3100.230.14
HSL135.88º49.28%72.94%-
HSV(B)135.88º30.91%86.27%-
XYZ45.860.7647.35-
YUV193.97114.4798.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.04%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=28.04%
G=40.59%
B=31.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201700.3100.230.14135.8849.2872.94
Hex98DCAA1F017E883149
Octal230334252370271621061111
Binary100110001101110010101010111110101111110100010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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