#8BD7A2

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

Shades of Chinook #8BD7A2

Tints of Chinook #8BD7A2

Color information

#8BD7A2 (or 0x8BD7A2) is unknown color: approx Chinook. HEX triplet: 8B, D7 and A2. RGB value is (139,215,162). Sum of RGB (Red+Green+Blue) = 139+215+162=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD7A2 is #74285D. Grayscale: #BABABA. Windows color (decimal): -7612510 or 10672011. OLE color: 10672011.

HSL color Cylindrical-coordinate representation of color #8BD7A2: hue angle of 138.16º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD7A2 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB139215162-
CMYK0.3500.250.16
HSL138.16º48.72%69.41%-
HSV(B)138.16º35.35%84.31%-
XYZ41.4756.742.94-
YUV186.23114.3294.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 162 (63.67% from 255) = 31.40%
R=26.94%
G=41.67%
B=31.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392151620.3500.250.16138.1648.7269.41
Hex8BD7A223019108a3145
Octal213327242430312021261105
Binary10001011110101111010001010001101100110000100010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,162); }

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

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

 a { background-color: rgb(139,215,162); }

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

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

 span { border-color: rgb(139,215,162); }

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