#8DDD9A

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

Shades of Chinook #8DDD9A

Tints of Chinook #8DDD9A

Color information

#8DDD9A (or 0x8DDD9A) is unknown color: approx Chinook. HEX triplet: 8D, DD and 9A. RGB value is (141,221,154). Sum of RGB (Red+Green+Blue) = 141+221+154=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD9A is #722265. Grayscale: #BDBDBD. Windows color (decimal): -7479910 or 10149261. OLE color: 10149261.

HSL color Cylindrical-coordinate representation of color #8DDD9A: hue angle of 129.75º 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 #8DDD9A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB141221154-
CMYK0.3600.300.13
HSL129.75º54.05%70.98%-
HSV(B)129.75º36.2%86.67%-
XYZ42.6759.7139.85-
YUV189.4410893.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=27.33%
G=42.83%
B=29.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211540.3600.300.13129.7554.0570.98
Hex8DDD9A2401ED823647
Octal215335232440361520266107
Binary1000110111011101100110101001000111101101100000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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