#98D2AA

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

Shades of Chinook #98D2AA

Tints of Chinook #98D2AA

Color information

#98D2AA (or 0x98D2AA) is unknown color: approx Chinook. HEX triplet: 98, D2 and AA. RGB value is (152,210,170). Sum of RGB (Red+Green+Blue) = 152+210+170=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D2AA is #672D55. Grayscale: #BCBCBC. Windows color (decimal): -6761814 or 11195032. OLE color: 11195032.

HSL color Cylindrical-coordinate representation of color #98D2AA: hue angle of 138.62º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D2AA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB152210170-
CMYK0.2800.190.18
HSL138.62º39.19%70.98%-
HSV(B)138.62º27.62%82.35%-
XYZ43.2555.6746.5-
YUV188.1117.78102.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=28.57%
G=39.47%
B=31.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522101700.2800.190.18138.6239.1970.98
Hex98D2AA1C013128b2747
Octal230322252340232221347107
Binary1001100011010010101010101110001001110010100010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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