#8BDEA0

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

Shades of Chinook #8BDEA0

Tints of Chinook #8BDEA0

Color information

#8BDEA0 (or 0x8BDEA0) is unknown color: approx Chinook. HEX triplet: 8B, DE and A0. RGB value is (139,222,160). Sum of RGB (Red+Green+Blue) = 139+222+160=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDEA0 is #74215F. Grayscale: #BEBEBE. Windows color (decimal): -7610720 or 10542731. OLE color: 10542731.

HSL color Cylindrical-coordinate representation of color #8BDEA0: hue angle of 135.18º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDEA0 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB139222160-
CMYK0.3700.280.13
HSL135.18º55.7%70.78%-
HSV(B)135.18º37.39%87.06%-
XYZ43.1160.2742.62-
YUV190.1211191.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=26.68%
G=42.61%
B=30.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392221600.3700.280.13135.1855.770.78
Hex8BDEA02501CD873847
Octal213336240450341520770107
Binary1000101111011110101000001001010111001101100001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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