#8DDDA1

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

Shades of Chinook #8DDDA1

Tints of Chinook #8DDDA1

Color information

#8DDDA1 (or 0x8DDDA1) is unknown color: approx Chinook. HEX triplet: 8D, DD and A1. RGB value is (141,221,161). Sum of RGB (Red+Green+Blue) = 141+221+161=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA1 is #72225E. Grayscale: #BEBEBE. Windows color (decimal): -7479903 or 10608013. OLE color: 10608013.

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

Color convert

RGB141221161-
CMYK0.3600.270.13
HSL135º54.05%70.98%-
HSV(B)135º36.2%86.67%-
XYZ43.2759.9543.01-
YUV190.24111.592.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=26.96%
G=42.26%
B=30.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211610.3600.270.1313554.0570.98
Hex8DDDA12401BD873647
Octal215335241440331520766107
Binary1000110111011101101000011001000110111101100001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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