#8BCDA2

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

Shades of Chinook #8BCDA2

Tints of Chinook #8BCDA2

Color information

#8BCDA2 (or 0x8BCDA2) is unknown color: approx Chinook. HEX triplet: 8B, CD and A2. RGB value is (139,205,162). Sum of RGB (Red+Green+Blue) = 139+205+162=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA2 is #74325D. Grayscale: #B4B4B4. Windows color (decimal): -7615070 or 10669451. OLE color: 10669451.

HSL color Cylindrical-coordinate representation of color #8BCDA2: hue angle of 140.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDA2 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB139205162-
CMYK0.3200.210.20
HSL140.91º39.76%67.45%-
HSV(B)140.91º32.2%80.39%-
XYZ3951.7642.12-
YUV180.36117.6398.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=27.47%
G=40.51%
B=32.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051620.3200.210.20140.9139.7667.45
Hex8BCDA220015148d2843
Octal213315242400252421550103
Binary10001011110011011010001010000001010110100100011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,162); }

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

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

 a { background-color: rgb(139,205,162); }

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

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

 span { border-color: rgb(139,205,162); }

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