#8CDDA2

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

Shades of Chinook #8CDDA2

Tints of Chinook #8CDDA2

Color information

#8CDDA2 (or 0x8CDDA2) is unknown color: approx Chinook. HEX triplet: 8C, DD and A2. RGB value is (140,221,162). Sum of RGB (Red+Green+Blue) = 140+221+162=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA2 is #73225D. Grayscale: #BEBEBE. Windows color (decimal): -7545438 or 10673548. OLE color: 10673548.

HSL color Cylindrical-coordinate representation of color #8CDDA2: hue angle of 136.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB140221162-
CMYK0.3700.270.13
HSL136.3º54.36%70.78%-
HSV(B)136.3º36.65%86.67%-
XYZ43.1959.943.47-
YUV190.05112.1692.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=26.77%
G=42.26%
B=30.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211620.3700.270.13136.354.3670.78
Hex8CDDA22501BD883647
Octal214335242450331521066107
Binary1000110011011101101000101001010110111101100010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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