#98D4AA

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

Shades of Chinook #98D4AA

Tints of Chinook #98D4AA

Color information

#98D4AA (or 0x98D4AA) is unknown color: approx Chinook. HEX triplet: 98, D4 and AA. RGB value is (152,212,170). Sum of RGB (Red+Green+Blue) = 152+212+170=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D4AA is #672B55. Grayscale: #BDBDBD. Windows color (decimal): -6761302 or 11195544. OLE color: 11195544.

HSL color Cylindrical-coordinate representation of color #98D4AA: hue angle of 138º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4AA is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB152212170-
CMYK0.2800.200.17
HSL138º41.1%71.37%-
HSV(B)138º28.3%83.14%-
XYZ43.7556.6646.66-
YUV189.27117.12101.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=28.46%
G=39.70%
B=31.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121700.2800.200.1713841.171.37
Hex98D4AA1C014118a2947
Octal230324252340242121251107
Binary1001100011010100101010101110001010010001100010101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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