#8DD898

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

Shades of Chinook #8DD898

Tints of Chinook #8DD898

Color information

#8DD898 (or 0x8DD898) is unknown color: approx Chinook. HEX triplet: 8D, D8 and 98. RGB value is (141,216,152). Sum of RGB (Red+Green+Blue) = 141+216+152=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD898 is #722767. Grayscale: #BABABA. Windows color (decimal): -7481192 or 10016909. OLE color: 10016909.

HSL color Cylindrical-coordinate representation of color #8DD898: hue angle of 128.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD898 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB141216152-
CMYK0.3500.300.15
HSL128.8º49.02%70%-
HSV(B)128.8º34.72%84.71%-
XYZ41.2157.0438.54-
YUV186.28108.6595.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=27.70%
G=42.44%
B=29.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161520.3500.300.15128.849.0270
Hex8DD8982301EF813146
Octal215330230430361720161106
Binary1000110111011000100110001000110111101111100000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD898; }

 p { color: rgb(141,216,152); }

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

<style>
 a { background-color: #8DD898; }

 a { background-color: rgb(141,216,152); }

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

<style>
 span { border-color: #8DD898; }

 span { border-color: rgb(141,216,152); }

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