#8DCDA2

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

Shades of Chinook #8DCDA2

Tints of Chinook #8DCDA2

Color information

#8DCDA2 (or 0x8DCDA2) is unknown color: approx Chinook. HEX triplet: 8D, CD and A2. RGB value is (141,205,162). Sum of RGB (Red+Green+Blue) = 141+205+162=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA2 is #72325D. Grayscale: #B5B5B5. Windows color (decimal): -7483998 or 10669453. OLE color: 10669453.

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

Color convert

RGB141205162-
CMYK0.3100.210.20
HSL139.69º39.02%67.84%-
HSV(B)139.69º31.22%80.39%-
XYZ39.3451.9342.13-
YUV180.96117.399.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.76%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 162 (63.67% from 255) = 31.89%
R=27.76%
G=40.35%
B=31.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051620.3100.210.20139.6939.0267.84
Hex8DCDA21F015148c2744
Octal215315242370252421447104
Binary1000110111001101101000101111101010110100100011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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