#98E2AA

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

Shades of Chinook #98E2AA

Tints of Chinook #98E2AA

Color information

#98E2AA (or 0x98E2AA) is unknown color: approx Chinook. HEX triplet: 98, E2 and AA. RGB value is (152,226,170). Sum of RGB (Red+Green+Blue) = 152+226+170=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #98E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E2AA is #671D55. Grayscale: #C5C5C5. Windows color (decimal): -6757718 or 11199128. OLE color: 11199128.

HSL color Cylindrical-coordinate representation of color #98E2AA: hue angle of 134.59º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E2AA is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB152226170-
CMYK0.3300.250.11
HSL134.59º56.06%74.12%-
HSV(B)134.59º32.74%88.63%-
XYZ47.463.9747.88-
YUV197.49112.4895.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=27.74%
G=41.24%
B=31.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522261700.3300.250.11134.5956.0674.12
Hex98E2AA21019B87384a
Octal230342252410311320770112
Binary1001100011100010101010101000010110011011100001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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