#98DCAD

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

Shades of Chinook #98DCAD

Tints of Chinook #98DCAD

Color information

#98DCAD (or 0x98DCAD) is unknown color: approx Chinook. HEX triplet: 98, DC and AD. RGB value is (152,220,173). Sum of RGB (Red+Green+Blue) = 152+220+173=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAD is #672352. Grayscale: #C2C2C2. Windows color (decimal): -6759251 or 11394200. OLE color: 11394200.

HSL color Cylindrical-coordinate representation of color #98DCAD: hue angle of 138.53º degrees, saturation: 0.49, 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 #98DCAD is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB152220173-
CMYK0.3100.210.14
HSL138.53º49.28%72.94%-
HSV(B)138.53º30.91%86.27%-
XYZ46.0860.8848.86-
YUV194.31115.9797.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=27.89%
G=40.37%
B=31.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201730.3100.210.14138.5349.2872.94
Hex98DCAD1F015E8b3149
Octal230334255370251621361111
Binary100110001101110010101101111110101011110100010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,220,173); }

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

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

 a { background-color: rgb(152,220,173); }

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

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

 span { border-color: rgb(152,220,173); }

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