#98DAAC

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

Shades of Chinook #98DAAC

Tints of Chinook #98DAAC

Color information

#98DAAC (or 0x98DAAC) is unknown color: approx Chinook. HEX triplet: 98, DA and AC. RGB value is (152,218,172). Sum of RGB (Red+Green+Blue) = 152+218+172=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAAC is #672553. Grayscale: #C1C1C1. Windows color (decimal): -6759764 or 11328152. OLE color: 11328152.

HSL color Cylindrical-coordinate representation of color #98DAAC: hue angle of 138.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAAC is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB152218172-
CMYK0.3000.210.15
HSL138.18º47.14%72.55%-
HSV(B)138.18º30.28%85.49%-
XYZ45.4759.848.18-
YUV193.02116.1398.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.04%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=28.04%
G=40.22%
B=31.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181720.3000.210.15138.1847.1472.55
Hex98DAAC1E015F8a2f49
Octal230332254360251721257111
Binary100110001101101010101100111100101011111100010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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