#8BDF9F

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

Shades of Chinook #8BDF9F

Tints of Chinook #8BDF9F

Color information

#8BDF9F (or 0x8BDF9F) is unknown color: approx Chinook. HEX triplet: 8B, DF and 9F. RGB value is (139,223,159). Sum of RGB (Red+Green+Blue) = 139+223+159=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF9F is #742060. Grayscale: #BEBEBE. Windows color (decimal): -7610465 or 10477451. OLE color: 10477451.

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

Color convert

RGB139223159-
CMYK0.3800.290.13
HSL134.29º56.76%70.98%-
HSV(B)134.29º37.67%87.45%-
XYZ43.2960.7742.25-
YUV190.59110.1791.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=26.68%
G=42.80%
B=30.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231590.3800.290.13134.2956.7670.98
Hex8BDF9F2601DD863947
Octal213337237460351520671107
Binary1000101111011111100111111001100111011101100001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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