#98DEA1

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

Shades of Chinook #98DEA1

Tints of Chinook #98DEA1

Color information

#98DEA1 (or 0x98DEA1) is unknown color: approx Chinook. HEX triplet: 98, DE and A1. RGB value is (152,222,161). Sum of RGB (Red+Green+Blue) = 152+222+161=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DEA1 is #67215E. Grayscale: #C2C2C2. Windows color (decimal): -6758751 or 10608280. OLE color: 10608280.

HSL color Cylindrical-coordinate representation of color #98DEA1: hue angle of 127.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEA1 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB152222161-
CMYK0.3200.270.13
HSL127.71º51.47%73.33%-
HSV(B)127.71º31.53%87.06%-
XYZ45.561.4943.19-
YUV194.12109.3197.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=28.41%
G=41.50%
B=30.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522221610.3200.270.13127.7151.4773.33
Hex98DEA12001BD803349
Octal230336241400331520063111
Binary1001100011011110101000011000000110111101100000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,161); }

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

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

 a { background-color: rgb(152,222,161); }

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

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

 span { border-color: rgb(152,222,161); }

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