#8CDAA1

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

Shades of Chinook #8CDAA1

Tints of Chinook #8CDAA1

Color information

#8CDAA1 (or 0x8CDAA1) is unknown color: approx Chinook. HEX triplet: 8C, DA and A1. RGB value is (140,218,161). Sum of RGB (Red+Green+Blue) = 140+218+161=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAA1 is #73255E. Grayscale: #BCBCBC. Windows color (decimal): -7546207 or 10607244. OLE color: 10607244.

HSL color Cylindrical-coordinate representation of color #8CDAA1: hue angle of 136.15º 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 #8CDAA1 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB140218161-
CMYK0.3600.260.15
HSL136.15º51.32%70.2%-
HSV(B)136.15º35.78%85.49%-
XYZ42.3258.2942.74-
YUV188.18112.6693.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=26.97%
G=42.00%
B=31.02%

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
Decimal1402181610.3600.260.15136.1551.3270.2
Hex8CDAA12401AF883346
Octal214332241440321721063106
Binary1000110011011010101000011001000110101111100010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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