#8DDD9F

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

Shades of Chinook #8DDD9F

Tints of Chinook #8DDD9F

Color information

#8DDD9F (or 0x8DDD9F) is unknown color: approx Chinook. HEX triplet: 8D, DD and 9F. RGB value is (141,221,159). Sum of RGB (Red+Green+Blue) = 141+221+159=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD9F is #722260. Grayscale: #BEBEBE. Windows color (decimal): -7479905 or 10476941. OLE color: 10476941.

HSL color Cylindrical-coordinate representation of color #8DDD9F: hue angle of 133.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDD9F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB141221159-
CMYK0.3600.280.13
HSL133.5º54.05%70.98%-
HSV(B)133.5º36.2%86.67%-
XYZ43.159.8842.09-
YUV190.01110.593.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=27.06%
G=42.42%
B=30.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211590.3600.280.13133.554.0570.98
Hex8DDD9F2401CD863647
Octal215335237440341520666107
Binary1000110111011101100111111001000111001101100001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,159); }

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

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

 a { background-color: rgb(141,221,159); }

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

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

 span { border-color: rgb(141,221,159); }

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