#98DBA6

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

Shades of Chinook #98DBA6

Tints of Chinook #98DBA6

Color information

#98DBA6 (or 0x98DBA6) is unknown color: approx Chinook. HEX triplet: 98, DB and A6. RGB value is (152,219,166). Sum of RGB (Red+Green+Blue) = 152+219+166=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBA6 is #672459. Grayscale: #C1C1C1. Windows color (decimal): -6759514 or 10935192. OLE color: 10935192.

HSL color Cylindrical-coordinate representation of color #98DBA6: hue angle of 132.54º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBA6 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB152219166-
CMYK0.3100.240.14
HSL132.54º48.2%72.75%-
HSV(B)132.54º30.59%85.88%-
XYZ45.1660.0945.29-
YUV192.92112.898.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=28.31%
G=40.78%
B=30.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191660.3100.240.14132.5448.272.75
Hex98DBA61F018E853049
Octal230333246370301620560111
Binary100110001101101110100110111110110001110100001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,166); }

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

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

 a { background-color: rgb(152,219,166); }

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

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

 span { border-color: rgb(152,219,166); }

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