#8CCDA2

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

Shades of Chinook #8CCDA2

Tints of Chinook #8CCDA2

Color information

#8CCDA2 (or 0x8CCDA2) is unknown color: approx Chinook. HEX triplet: 8C, CD and A2. RGB value is (140,205,162). Sum of RGB (Red+Green+Blue) = 140+205+162=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDA2 is #73325D. Grayscale: #B4B4B4. Windows color (decimal): -7549534 or 10669452. OLE color: 10669452.

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

Color convert

RGB140205162-
CMYK0.3200.210.20
HSL140.31º39.39%67.65%-
HSV(B)140.31º31.71%80.39%-
XYZ39.1751.8542.13-
YUV180.66117.4799-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=27.61%
G=40.43%
B=31.95%

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
Decimal1402051620.3200.210.20140.3139.3967.65
Hex8CCDA220015148c2744
Octal214315242400252421447104
Binary10001100110011011010001010000001010110100100011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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