#8BE6A6

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

Shades of Chinook #8BE6A6

Tints of Chinook #8BE6A6

Color information

#8BE6A6 (or 0x8BE6A6) is unknown color: approx Chinook. HEX triplet: 8B, E6 and A6. RGB value is (139,230,166). Sum of RGB (Red+Green+Blue) = 139+230+166=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE6A6 is #741959. Grayscale: #C3C3C3. Windows color (decimal): -7608666 or 10937995. OLE color: 10937995.

HSL color Cylindrical-coordinate representation of color #8BE6A6: hue angle of 137.8º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6A6 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB139230166-
CMYK0.4000.280.10
HSL137.8º64.54%72.35%-
HSV(B)137.8º39.57%90.2%-
XYZ45.8364.8446.18-
YUV195.5111.3587.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=25.98%
G=42.99%
B=31.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1392301660.4000.280.10137.864.5472.35
Hex8BE6A62801CA8a4148
Octal2133462465003412212101110
Binary10001011111001101010011010100001110010101000101010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,230,166); }

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

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

 a { background-color: rgb(139,230,166); }

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

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

 span { border-color: rgb(139,230,166); }

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