#8DEBA5

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

Shades of Chinook #8DEBA5

Tints of Chinook #8DEBA5

Color information

#8DEBA5 (or 0x8DEBA5) is unknown color: approx Chinook. HEX triplet: 8D, EB and A5. RGB value is (141,235,165). Sum of RGB (Red+Green+Blue) = 141+235+165=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEBA5 is #72145A. Grayscale: #C7C7C7. Windows color (decimal): -7476315 or 10873741. OLE color: 10873741.

HSL color Cylindrical-coordinate representation of color #8DEBA5: hue angle of 135.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBA5 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB141235165-
CMYK0.400.300.08
HSL135.32º70.15%73.73%-
HSV(B)135.32º40%92.16%-
XYZ47.4867.846.18-
YUV198.91108.8686.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=26.06%
G=43.44%
B=30.50%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412351650.400.300.08135.3270.1573.73
Hex8DEBA52801E887464a
Octal2153532455003610207106112
Binary10001101111010111010010110100001111010001000011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,235,165); }

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

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

 a { background-color: rgb(141,235,165); }

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

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

 span { border-color: rgb(141,235,165); }

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