#8BD19F

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

Shades of Chinook #8BD19F

Tints of Chinook #8BD19F

Color information

#8BD19F (or 0x8BD19F) is unknown color: approx Chinook. HEX triplet: 8B, D1 and 9F. RGB value is (139,209,159). Sum of RGB (Red+Green+Blue) = 139+209+159=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD19F is #742E60. Grayscale: #B6B6B6. Windows color (decimal): -7614049 or 10473867. OLE color: 10473867.

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

Color convert

RGB139209159-
CMYK0.3300.240.18
HSL137.14º43.21%68.24%-
HSV(B)137.14º33.49%81.96%-
XYZ39.7153.5941.05-
YUV182.37114.8197.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 209 (82.03% from 255) = 41.22%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=27.42%
G=41.22%
B=31.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091590.3300.240.18137.1443.2168.24
Hex8BD19F2101812892b44
Octal213321237410302221153104
Binary10001011110100011001111110000101100010010100010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,159); }

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

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

 a { background-color: rgb(139,209,159); }

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

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

 span { border-color: rgb(139,209,159); }

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