#8DECA6

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

Shades of Chinook #8DECA6

Tints of Chinook #8DECA6

Color information

#8DECA6 (or 0x8DECA6) is unknown color: approx Chinook. HEX triplet: 8D, EC and A6. RGB value is (141,236,166). Sum of RGB (Red+Green+Blue) = 141+236+166=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DECA6 is #721359. Grayscale: #C7C7C7. Windows color (decimal): -7476058 or 10939533. OLE color: 10939533.

HSL color Cylindrical-coordinate representation of color #8DECA6: hue angle of 135.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECA6 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB141236166-
CMYK0.4000.300.07
HSL135.79º71.43%73.92%-
HSV(B)135.79º40.25%92.55%-
XYZ47.8668.4146.76-
YUV199.61109.0386.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.97%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=25.97%
G=43.46%
B=30.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412361660.4000.300.07135.7971.4373.92
Hex8DECA62801E788474a
Octal215354246500367210107112
Binary1000110111101100101001101010000111101111000100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,236,166); }

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

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

 a { background-color: rgb(141,236,166); }

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

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

 span { border-color: rgb(141,236,166); }

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