#8DDEA5

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

Shades of Chinook #8DDEA5

Tints of Chinook #8DDEA5

Color information

#8DDEA5 (or 0x8DDEA5) is unknown color: approx Chinook. HEX triplet: 8D, DE and A5. RGB value is (141,222,165). Sum of RGB (Red+Green+Blue) = 141+222+165=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDEA5 is #72215A. Grayscale: #BFBFBF. Windows color (decimal): -7479643 or 10870413. OLE color: 10870413.

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

Color convert

RGB141222165-
CMYK0.3600.260.13
HSL137.78º55.1%71.18%-
HSV(B)137.78º36.49%87.06%-
XYZ43.960.6244.98-
YUV191.28113.1692.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=26.70%
G=42.05%
B=31.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412221650.3600.260.13137.7855.171.18
Hex8DDEA52401AD8a3747
Octal215336245440321521267107
Binary1000110111011110101001011001000110101101100010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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