#98e5ac

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

Shades of Chinook #98E5AC

Tints of Chinook #98E5AC

Color information

#98E5AC (or 0x98E5AC) is unknown color: approx Chinook. HEX triplet: 98, E5 and AC. RGB value is (152,229,172). Sum of RGB (Red+Green+Blue) = 152+229+172=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E5AC is #671A53. Grayscale: #C7C7C7. Windows color (decimal): -6756948 or 11330968. OLE color: 11330968.

HSL color Cylindrical-coordinate representation of color #98E5AC: hue angle of 135.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5AC is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB152229172-
CMYK0.3400.250.10
HSL135.58º59.69%74.71%-
HSV(B)135.58º33.62%89.8%-
XYZ48.4165.6949.16-
YUV199.48112.4994.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=27.49%
G=41.41%
B=31.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522291720.3400.250.10135.5859.6974.71
Hex98E5AC22019A883c4b
Octal230345254420311221074113
Binary1001100011100101101011001000100110011010100010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e5ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,172); }

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

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

 a { background-color: rgb(152,229,172); }

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

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

 span { border-color: rgb(152,229,172); }

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