#8DDBA4

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

Shades of Chinook #8DDBA4

Tints of Chinook #8DDBA4

Color information

#8DDBA4 (or 0x8DDBA4) is unknown color: approx Chinook. HEX triplet: 8D, DB and A4. RGB value is (141,219,164). Sum of RGB (Red+Green+Blue) = 141+219+164=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBA4 is #72245B. Grayscale: #BDBDBD. Windows color (decimal): -7480412 or 10804109. OLE color: 10804109.

HSL color Cylindrical-coordinate representation of color #8DDBA4: hue angle of 137.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBA4 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB141219164-
CMYK0.3600.250.14
HSL137.69º52%70.59%-
HSV(B)137.69º35.62%85.88%-
XYZ43.0259.0144.24-
YUV189.41113.6693.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=26.91%
G=41.79%
B=31.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191640.3600.250.14137.695270.59
Hex8DDBA424019E8a3447
Octal215333244440311621264107
Binary1000110111011011101001001001000110011110100010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,164); }

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

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

 a { background-color: rgb(141,219,164); }

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

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

 span { border-color: rgb(141,219,164); }

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