#8BD0A0

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

Shades of Chinook #8BD0A0

Tints of Chinook #8BD0A0

Color information

#8BD0A0 (or 0x8BD0A0) is unknown color: approx Chinook. HEX triplet: 8B, D0 and A0. RGB value is (139,208,160). Sum of RGB (Red+Green+Blue) = 139+208+160=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD0A0 is #742F5F. Grayscale: #B6B6B6. Windows color (decimal): -7614304 or 10539147. OLE color: 10539147.

HSL color Cylindrical-coordinate representation of color #8BD0A0: hue angle of 138.26º degrees, saturation: 0.42, 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 #8BD0A0 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB139208160-
CMYK0.3300.230.18
HSL138.26º42.33%68.04%-
HSV(B)138.26º33.17%81.57%-
XYZ39.5553.1441.43-
YUV181.9115.6497.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=27.42%
G=41.03%
B=31.56%

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
Decimal1392081600.3300.230.18138.2642.3368.04
Hex8BD0A021017128a2a44
Octal213320240410272221252104
Binary10001011110100001010000010000101011110010100010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,160); }

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

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

 a { background-color: rgb(139,208,160); }

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

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

 span { border-color: rgb(139,208,160); }

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