#8BD1A1

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

Shades of Chinook #8BD1A1

Tints of Chinook #8BD1A1

Color information

#8BD1A1 (or 0x8BD1A1) is unknown color: approx Chinook. HEX triplet: 8B, D1 and A1. RGB value is (139,209,161). Sum of RGB (Red+Green+Blue) = 139+209+161=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD1A1 is #742E5E. Grayscale: #B6B6B6. Windows color (decimal): -7614047 or 10604939. OLE color: 10604939.

HSL color Cylindrical-coordinate representation of color #8BD1A1: hue angle of 138.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD1A1 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB139209161-
CMYK0.3300.230.18
HSL138.86º43.21%68.24%-
HSV(B)138.86º33.49%81.96%-
XYZ39.8853.6641.97-
YUV182.6115.8196.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=27.31%
G=41.06%
B=31.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091610.3300.230.18138.8643.2168.24
Hex8BD1A121017128b2b44
Octal213321241410272221353104
Binary10001011110100011010000110000101011110010100010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,161); }

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

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

 a { background-color: rgb(139,209,161); }

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

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

 span { border-color: rgb(139,209,161); }

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