#8BE3A4

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

Shades of Chinook #8BE3A4

Tints of Chinook #8BE3A4

Color information

#8BE3A4 (or 0x8BE3A4) is unknown color: approx Chinook. HEX triplet: 8B, E3 and A4. RGB value is (139,227,164). Sum of RGB (Red+Green+Blue) = 139+227+164=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE3A4 is #741C5B. Grayscale: #C1C1C1. Windows color (decimal): -7609436 or 10806155. OLE color: 10806155.

HSL color Cylindrical-coordinate representation of color #8BE3A4: hue angle of 137.05º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE3A4 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB139227164-
CMYK0.3900.280.11
HSL137.05º61.11%71.76%-
HSV(B)137.05º38.77%89.02%-
XYZ44.8263.1144.94-
YUV193.51111.3589.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 227 (89.06% from 255) = 42.83%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=26.23%
G=42.83%
B=30.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392271640.3900.280.11137.0561.1171.76
Hex8BE3A42701CB893d48
Octal213343244470341321175110
Binary1000101111100011101001001001110111001011100010011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,227,164); }

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

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

 a { background-color: rgb(139,227,164); }

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

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

 span { border-color: rgb(139,227,164); }

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