#8FD1A5

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

Shades of Chinook #8FD1A5

Tints of Chinook #8FD1A5

Color information

#8FD1A5 (or 0x8FD1A5) is unknown color: approx Chinook. HEX triplet: 8F, D1 and A5. RGB value is (143,209,165). Sum of RGB (Red+Green+Blue) = 143+209+165=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD1A5 is #702E5A. Grayscale: #B8B8B8. Windows color (decimal): -7351899 or 10867087. OLE color: 10867087.

HSL color Cylindrical-coordinate representation of color #8FD1A5: hue angle of 140º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD1A5 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB143209165-
CMYK0.3200.210.18
HSL140º41.77%69.02%-
HSV(B)140º31.58%81.96%-
XYZ40.9254.1643.89-
YUV184.25117.1398.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=27.66%
G=40.43%
B=31.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432091650.3200.210.1814041.7769.02
Hex8FD1A520015128c2a45
Octal217321245400252221452105
Binary10001111110100011010010110000001010110010100011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,209,165); }

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

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

 a { background-color: rgb(143,209,165); }

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

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

 span { border-color: rgb(143,209,165); }

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