#8CDAA2

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

Shades of Chinook #8CDAA2

Tints of Chinook #8CDAA2

Color information

#8CDAA2 (or 0x8CDAA2) is unknown color: approx Chinook. HEX triplet: 8C, DA and A2. RGB value is (140,218,162). Sum of RGB (Red+Green+Blue) = 140+218+162=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAA2 is #73255D. Grayscale: #BCBCBC. Windows color (decimal): -7546206 or 10672780. OLE color: 10672780.

HSL color Cylindrical-coordinate representation of color #8CDAA2: hue angle of 136.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAA2 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB140218162-
CMYK0.3600.260.15
HSL136.92º51.32%70.2%-
HSV(B)136.92º35.78%85.49%-
XYZ42.4158.3343.21-
YUV188.29113.1693.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=26.92%
G=41.92%
B=31.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181620.3600.260.15136.9251.3270.2
Hex8CDAA22401AF893346
Octal214332242440321721163106
Binary1000110011011010101000101001000110101111100010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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