#98DFAB

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

Shades of Chinook #98DFAB

Tints of Chinook #98DFAB

Color information

#98DFAB (or 0x98DFAB) is unknown color: approx Chinook. HEX triplet: 98, DF and AB. RGB value is (152,223,171). Sum of RGB (Red+Green+Blue) = 152+223+171=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFAB is #672054. Grayscale: #C3C3C3. Windows color (decimal): -6758485 or 11263896. OLE color: 11263896.

HSL color Cylindrical-coordinate representation of color #98DFAB: hue angle of 136.06º 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 #98DFAB is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB152223171-
CMYK0.3200.230.13
HSL136.06º52.59%73.53%-
HSV(B)136.06º31.84%87.45%-
XYZ46.6962.3948.11-
YUV195.84113.9896.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=27.84%
G=40.84%
B=31.32%

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
Decimal1522231710.3200.230.13136.0652.5973.53
Hex98DFAB20017D88354a
Octal230337253400271521065112
Binary1001100011011111101010111000000101111101100010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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