#8DCFA2

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

Shades of Chinook #8DCFA2

Tints of Chinook #8DCFA2

Color information

#8DCFA2 (or 0x8DCFA2) is unknown color: approx Chinook. HEX triplet: 8D, CF and A2. RGB value is (141,207,162). Sum of RGB (Red+Green+Blue) = 141+207+162=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFA2 is #72305D. Grayscale: #B6B6B6. Windows color (decimal): -7483486 or 10669965. OLE color: 10669965.

HSL color Cylindrical-coordinate representation of color #8DCFA2: hue angle of 139.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFA2 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB141207162-
CMYK0.3200.220.19
HSL139.09º40.74%68.24%-
HSV(B)139.09º31.88%81.18%-
XYZ39.8252.942.29-
YUV182.14116.6398.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=27.65%
G=40.59%
B=31.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071620.3200.220.19139.0940.7468.24
Hex8DCFA220016138b2944
Octal215317242400262321351104
Binary10001101110011111010001010000001011010011100010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,162); }

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

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

 a { background-color: rgb(141,207,162); }

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

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

 span { border-color: rgb(141,207,162); }

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