#98cea6

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

Shades of Chinook #98CEA6

Tints of Chinook #98CEA6

Color information

#98CEA6 (or 0x98CEA6) is unknown color: approx Chinook. HEX triplet: 98, CE and A6. RGB value is (152,206,166). Sum of RGB (Red+Green+Blue) = 152+206+166=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEA6 is #673159. Grayscale: #B9B9B9. Windows color (decimal): -6762842 or 10931864. OLE color: 10931864.

HSL color Cylindrical-coordinate representation of color #98CEA6: hue angle of 135.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEA6 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB152206166-
CMYK0.2600.190.19
HSL135.56º35.53%70.2%-
HSV(B)135.56º26.21%80.78%-
XYZ41.953.5744.21-
YUV185.29117.11104.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=29.01%
G=39.31%
B=31.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061660.2600.190.19135.5635.5370.2
Hex98CEA61A01313882446
Octal230316246320232321044106
Binary1001100011001110101001101101001001110011100010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98cea6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,166); }

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

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

 a { background-color: rgb(152,206,166); }

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

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

 span { border-color: rgb(152,206,166); }

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