#8BDFA4

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

Shades of Chinook #8BDFA4

Tints of Chinook #8BDFA4

Color information

#8BDFA4 (or 0x8BDFA4) is unknown color: approx Chinook. HEX triplet: 8B, DF and A4. RGB value is (139,223,164). Sum of RGB (Red+Green+Blue) = 139+223+164=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFA4 is #74205B. Grayscale: #BFBFBF. Windows color (decimal): -7610460 or 10805131. OLE color: 10805131.

HSL color Cylindrical-coordinate representation of color #8BDFA4: hue angle of 137.86º 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 #8BDFA4 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB139223164-
CMYK0.3800.260.13
HSL137.86º56.76%70.98%-
HSV(B)137.86º37.67%87.45%-
XYZ43.7460.9444.58-
YUV191.16112.6790.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=26.43%
G=42.40%
B=31.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231640.3800.260.13137.8656.7670.98
Hex8BDFA42601AD8a3947
Octal213337244460321521271107
Binary1000101111011111101001001001100110101101100010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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