#98E1AC

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

Shades of Chinook #98E1AC

Tints of Chinook #98E1AC

Color information

#98E1AC (or 0x98E1AC) is unknown color: approx Chinook. HEX triplet: 98, E1 and AC. RGB value is (152,225,172). Sum of RGB (Red+Green+Blue) = 152+225+172=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E1AC is #671E53. Grayscale: #C5C5C5. Windows color (decimal): -6757972 or 11329944. OLE color: 11329944.

HSL color Cylindrical-coordinate representation of color #98E1AC: hue angle of 136.44º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1AC is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB152225172-
CMYK0.3200.240.12
HSL136.44º54.89%73.92%-
HSV(B)136.44º32.44%88.24%-
XYZ47.3263.548.79-
YUV197.13113.8295.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=27.69%
G=40.98%
B=31.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522251720.3200.240.12136.4454.8973.92
Hex98E1AC20018C88374a
Octal230341254400301421067112
Binary1001100011100001101011001000000110001100100010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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