#98DFAC

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

Shades of Chinook #98DFAC

Tints of Chinook #98DFAC

Color information

#98DFAC (or 0x98DFAC) is unknown color: approx Chinook. HEX triplet: 98, DF and AC. RGB value is (152,223,172). Sum of RGB (Red+Green+Blue) = 152+223+172=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFAC is #672053. Grayscale: #C4C4C4. Windows color (decimal): -6758484 or 11329432. OLE color: 11329432.

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

Color convert

RGB152223172-
CMYK0.3200.230.13
HSL136.9º52.59%73.53%-
HSV(B)136.9º31.84%87.45%-
XYZ46.7862.4348.61-
YUV195.96114.4896.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=27.79%
G=40.77%
B=31.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522231720.3200.230.13136.952.5973.53
Hex98DFAC20017D89354a
Octal230337254400271521165112
Binary1001100011011111101011001000000101111101100010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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